#80784F

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

Shades of Kokoda #80784F

Tints of Kokoda #80784F

Color information

#80784F (or 0x80784F) is unknown color: approx Kokoda. HEX triplet: 80, 78 and 4F. RGB value is (128,120,79). Sum of RGB (Red+Green+Blue) = 128+120+79=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #80784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80784F is #7F87B0. Grayscale: #757575. Windows color (decimal): -8357809 or 5208192. OLE color: 5208192.

HSL color Cylindrical-coordinate representation of color #80784F: hue angle of 50.2º 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 #80784F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB12812079-
CMYK00.060.380.50
HSL50.2º23.67%40.59%-
HSV(B)50.2º38.28%50.2%-
XYZ17.0318.5910.09-
YUV117.72106.15135.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=39.14%
G=36.70%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281207900.060.380.5050.223.6740.59
Hex80784F062632321829
Octal200170117064662623051
Binary1000000011110001001111011010011011001011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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