#79765E

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

Shades of Kokoda #79765E

Tints of Kokoda #79765E

Color information

#79765E (or 0x79765E) is unknown color: approx Kokoda. HEX triplet: 79, 76 and 5E. RGB value is (121,118,94). Sum of RGB (Red+Green+Blue) = 121+118+94=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #79765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79765E is #8689A1. Grayscale: #747474. Windows color (decimal): -8817058 or 6190713. OLE color: 6190713.

HSL color Cylindrical-coordinate representation of color #79765E: hue angle of 53.33º 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 #79765E is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB12111894-
CMYK00.020.220.53
HSL53.33º12.56%42.16%-
HSV(B)53.33º22.31%47.45%-
XYZ16.3817.8313.17-
YUV116.16115.49131.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=36.34%
G=35.44%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211189400.020.220.5353.3312.5642.16
Hex79765E02163535d2a
Octal171166136022665651552
Binary111100111101101011110010101101101011101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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