#779540

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

Shades of Sushi #779540

Tints of Sushi #779540

Color information

#779540 (or 0x779540) is unknown color: approx Sushi. HEX triplet: 77, 95 and 40. RGB value is (119,149,64). Sum of RGB (Red+Green+Blue) = 119+149+64=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #779540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779540 is #886ABF. Grayscale: #828282. Windows color (decimal): -8940224 or 4232567. OLE color: 4232567.

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

Color convert

RGB11914964-
CMYK0.2000.570.42
HSL81.18º39.91%41.76%-
HSV(B)81.18º57.05%58.43%-
XYZ19.2825.798.81-
YUV130.3490.56119.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 64 (25.39% from 255) = 19.28%
R=35.84%
G=44.88%
B=19.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119149640.2000.570.4281.1839.9141.76
Hex779540140392A51282a
Octal16722510024071521215052
Binary11101111001010110000001010001110011010101010001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779540; }

 p { color: rgb(119,149,64); }

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

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

 a { background-color: rgb(119,149,64); }

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

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

 span { border-color: rgb(119,149,64); }

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