#79764E

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

Shades of Kokoda #79764E

Tints of Kokoda #79764E

Color information

#79764E (or 0x79764E) is unknown color: approx Kokoda. HEX triplet: 79, 76 and 4E. RGB value is (121,118,78). Sum of RGB (Red+Green+Blue) = 121+118+78=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #79764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79764E is #8689B1. Grayscale: #727272. Windows color (decimal): -8817074 or 5142137. OLE color: 5142137.

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

Color convert

RGB12111878-
CMYK00.020.360.53
HSL55.81º21.61%39.02%-
HSV(B)55.81º35.54%47.45%-
XYZ15.7417.579.77-
YUV114.34107.49132.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=38.17%
G=37.22%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211187800.020.360.5355.8121.6139.02
Hex79764E022435381627
Octal171166116024465702647
Binary11110011110110100111001010010011010111100010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,118,78); }

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

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

 a { background-color: rgb(121,118,78); }

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

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

 span { border-color: rgb(121,118,78); }

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