#79785C

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

Shades of Kokoda #79785C

Tints of Kokoda #79785C

Color information

#79785C (or 0x79785C) is unknown color: approx Kokoda. HEX triplet: 79, 78 and 5C. RGB value is (121,120,92). Sum of RGB (Red+Green+Blue) = 121+120+92=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #79785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79785C is #8687A3. Grayscale: #757575. Windows color (decimal): -8816548 or 6060153. OLE color: 6060153.

HSL color Cylindrical-coordinate representation of color #79785C: hue angle of 57.93º 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 #79785C is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB12112092-
CMYK00.010.240.53
HSL57.93º13.62%41.76%-
HSV(B)57.93º23.97%47.45%-
XYZ16.5318.2712.78-
YUV117.11113.83130.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=36.34%
G=36.04%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211209200.010.240.5357.9313.6241.76
Hex79785C0118353ae2a
Octal171170134013065721652
Binary11110011111000101110001110001101011110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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