#779342

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

Shades of Sushi #779342

Tints of Sushi #779342

Color information

#779342 (or 0x779342) is unknown color: approx Sushi. HEX triplet: 77, 93 and 42. RGB value is (119,147,66). Sum of RGB (Red+Green+Blue) = 119+147+66=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #779342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779342 is #886CBD. Grayscale: #818181. Windows color (decimal): -8940734 or 4363127. OLE color: 4363127.

HSL color Cylindrical-coordinate representation of color #779342: hue angle of 80.74º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #779342 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB11914766-
CMYK0.1900.550.42
HSL80.74º38.03%41.76%-
HSV(B)80.74º55.1%57.65%-
XYZ19.0225.189.01-
YUV129.3992.22120.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=35.84%
G=44.28%
B=19.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119147660.1900.550.4280.7438.0341.76
Hex779342130372A51262a
Octal16722310223067521214652
Binary11101111001001110000101001101101111010101010001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779342; }

 p { color: rgb(119,147,66); }

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

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

 a { background-color: rgb(119,147,66); }

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

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

 span { border-color: rgb(119,147,66); }

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