#79785E

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

Shades of Kokoda #79785E

Tints of Kokoda #79785E

Color information

#79785E (or 0x79785E) is unknown color: approx Kokoda. HEX triplet: 79, 78 and 5E. RGB value is (121,120,94). Sum of RGB (Red+Green+Blue) = 121+120+94=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 121 - color contains mainly: red. Hex color #79785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79785E is #8687A1. Grayscale: #757575. Windows color (decimal): -8816546 or 6191225. OLE color: 6191225.

HSL color Cylindrical-coordinate representation of color #79785E: hue angle of 57.78º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79785E is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB12112094-
CMYK00.010.220.53
HSL57.78º12.56%42.16%-
HSV(B)57.78º22.31%47.45%-
XYZ16.6218.3113.25-
YUV117.34114.83130.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.12%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=36.12%
G=35.82%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211209400.010.220.5357.7812.5642.16
Hex79785E0116353ad2a
Octal171170136012665721552
Binary11110011111000101111001101101101011110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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