#779441

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

Shades of Sushi #779441

Tints of Sushi #779441

Color information

#779441 (or 0x779441) is unknown color: approx Sushi. HEX triplet: 77, 94 and 41. RGB value is (119,148,65). Sum of RGB (Red+Green+Blue) = 119+148+65=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #779441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779441 is #886BBE. Grayscale: #828282. Windows color (decimal): -8940479 or 4297847. OLE color: 4297847.

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

Color convert

RGB11914865-
CMYK0.2000.560.42
HSL80.96º38.97%41.76%-
HSV(B)80.96º56.08%58.04%-
XYZ19.1525.488.91-
YUV129.8791.39120.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=35.84%
G=44.58%
B=19.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119148650.2000.560.4280.9638.9741.76
Hex779441140382A51272a
Octal16722410124070521214752
Binary11101111001010010000011010001110001010101010001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779441; }

 p { color: rgb(119,148,65); }

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

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

 a { background-color: rgb(119,148,65); }

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

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

 span { border-color: rgb(119,148,65); }

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