#80794F

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

Shades of Kokoda #80794F

Tints of Kokoda #80794F

Color information

#80794F (or 0x80794F) is unknown color: approx Kokoda. HEX triplet: 80, 79 and 4F. RGB value is (128,121,79). Sum of RGB (Red+Green+Blue) = 128+121+79=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #80794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80794F is #7F86B0. Grayscale: #767676. Windows color (decimal): -8357553 or 5208448. OLE color: 5208448.

HSL color Cylindrical-coordinate representation of color #80794F: hue angle of 51.43º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80794F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB12812179-
CMYK00.050.380.50
HSL51.43º23.67%40.59%-
HSV(B)51.43º38.28%50.2%-
XYZ17.1518.8310.13-
YUV118.3105.82134.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=39.02%
G=36.89%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281217900.050.380.5051.4323.6740.59
Hex80794F052632331829
Octal200171117054662633051
Binary1000000011110011001111010110011011001011001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80794F; }

 p { color: rgb(128,121,79); }

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

<style>
 a { background-color: #80794F; }

 a { background-color: rgb(128,121,79); }

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

<style>
 span { border-color: #80794F; }

 span { border-color: rgb(128,121,79); }

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