#779824

Color #779824 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #779824

Tints of Sushi #779824

Color information

#779824 (or 0x779824) is unknown color: approx Sushi. HEX triplet: 77, 98 and 24. RGB value is (119,152,36). Sum of RGB (Red+Green+Blue) = 119+152+36=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #779824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779824 is #8867DB. Grayscale: #818181. Windows color (decimal): -8939484 or 2398327. OLE color: 2398327.

HSL color Cylindrical-coordinate representation of color #779824: hue angle of 77.07º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #779824 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB11915236-
CMYK0.2200.760.40
HSL77.07º61.7%36.86%-
HSV(B)77.07º76.32%59.61%-
XYZ19.1526.515.78-
YUV128.9175.57120.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 36 (14.45% from 255) = 11.73%
R=38.76%
G=49.51%
B=11.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119152360.2200.760.4077.0761.736.86
Hex7798241604C284d3e25
Octal16723044260114501157645
Binary11101111001100010010010110010011001010001001101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779824; }

 p { color: rgb(119,152,36); }

 H1.HeaderClassName
 {
   color: #779824;
 }
 .AnyTagClassName
 {
   color: #779824;
 }
</style>
background-color css

<style>
 a { background-color: #779824; }

 a { background-color: rgb(119,152,36); }

 div.DivClassName
 {
   background-color: #779824;
 }
 .BgClassName
 {
   background-color: #779824;
 }
</style>
border-color css

<style>
 span { border-color: #779824; }

 span { border-color: rgb(119,152,36); }

 td.TdClassName
 {
   border-color: #779824;
 }
 .TagClassName
 {
   border-color: #779824;
 }
</style>