#79745A

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

Shades of Kokoda #79745A

Tints of Kokoda #79745A

Color information

#79745A (or 0x79745A) is unknown color: approx Kokoda. HEX triplet: 79, 74 and 5A. RGB value is (121,116,90). Sum of RGB (Red+Green+Blue) = 121+116+90=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #79745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79745A is #868BA5. Grayscale: #727272. Windows color (decimal): -8817574 or 5928057. OLE color: 5928057.

HSL color Cylindrical-coordinate representation of color #79745A: hue angle of 50.32º 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 #79745A is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB12111690-
CMYK00.040.260.53
HSL50.32º14.69%41.37%-
HSV(B)50.32º25.62%47.45%-
XYZ15.9817.2912.17-
YUV114.53114.16132.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.00%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=37.00%
G=35.47%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211169000.040.260.5350.3214.6941.37
Hex79745A041A3532f29
Octal171164132043265621751
Binary1111001111010010110100100110101101011100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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