#79745C

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

Shades of Kokoda #79745C

Tints of Kokoda #79745C

Color information

#79745C (or 0x79745C) is unknown color: approx Kokoda. HEX triplet: 79, 74 and 5C. RGB value is (121,116,92). Sum of RGB (Red+Green+Blue) = 121+116+92=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 121 - color contains mainly: red. Hex color #79745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79745C is #868BA3. Grayscale: #727272. Windows color (decimal): -8817572 or 6059129. OLE color: 6059129.

HSL color Cylindrical-coordinate representation of color #79745C: hue angle of 49.66º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79745C is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB12111692-
CMYK00.040.240.53
HSL49.66º13.62%41.76%-
HSV(B)49.66º23.97%47.45%-
XYZ16.0617.3312.62-
YUV114.76115.16132.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.78%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=36.78%
G=35.26%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211169200.040.240.5349.6613.6241.76
Hex79745C04183532e2a
Octal171164134043065621652
Binary1111001111010010111000100110001101011100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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