#79775A

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

Shades of Kokoda #79775A

Tints of Kokoda #79775A

Color information

#79775A (or 0x79775A) is unknown color: approx Kokoda. HEX triplet: 79, 77 and 5A. RGB value is (121,119,90). Sum of RGB (Red+Green+Blue) = 121+119+90=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #79775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79775A is #8688A5. Grayscale: #747474. Windows color (decimal): -8816806 or 5928825. OLE color: 5928825.

HSL color Cylindrical-coordinate representation of color #79775A: hue angle of 56.13º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79775A is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB12111990-
CMYK00.020.260.53
HSL56.13º14.69%41.37%-
HSV(B)56.13º25.62%47.45%-
XYZ16.331812.29-
YUV116.29113.16131.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.67%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=36.67%
G=36.06%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211199000.020.260.5356.1314.6941.37
Hex79775A021A3538f29
Octal171167132023265701751
Binary111100111101111011010010110101101011110001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79775A; }

 p { color: rgb(121,119,90); }

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

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

 a { background-color: rgb(121,119,90); }

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

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

 span { border-color: rgb(121,119,90); }

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