#878750

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

Shades of Kokoda #878750

Tints of Kokoda #878750

Color information

#878750 (or 0x878750) is unknown color: approx Kokoda. HEX triplet: 87, 87 and 50. RGB value is (135,135,80). Sum of RGB (Red+Green+Blue) = 135+135+80=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878750 is #7878AF. Grayscale: #808080. Windows color (decimal): -7895216 or 5277575. OLE color: 5277575.

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

Color convert

RGB13513580-
CMYK000.410.47
HSL60º25.58%42.16%-
HSV(B)60º40.74%52.94%-
XYZ20.123.0610.98-
YUV128.73100.5132.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=38.57%
G=38.57%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513580000.410.476025.5842.16
Hex87875000292F3c1a2a
Octal207207120005157743252
Binary100001111000011110100000010100110111111110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878750; }

 p { color: rgb(135,135,80); }

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

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

 a { background-color: rgb(135,135,80); }

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

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

 span { border-color: rgb(135,135,80); }

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