#7F7859

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

Shades of Kokoda #7F7859

Tints of Kokoda #7F7859

Color information

#7F7859 (or 0x7F7859) is unknown color: approx Kokoda. HEX triplet: 7F, 78 and 59. RGB value is (127,120,89). Sum of RGB (Red+Green+Blue) = 127+120+89=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7859 is #8087A6. Grayscale: #767676. Windows color (decimal): -8423335 or 5863551. OLE color: 5863551.

HSL color Cylindrical-coordinate representation of color #7F7859: hue angle of 48.95º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F7859 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB12712089-
CMYK00.060.300.50
HSL48.95º17.59%42.35%-
HSV(B)48.95º29.92%49.8%-
XYZ17.2718.6712.14-
YUV118.56111.32134.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.80%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=37.80%
G=35.71%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271208900.060.300.5048.9517.5942.35
Hex7F7859061E3231122a
Octal177170131063662612252
Binary11111111111000101100101101111011001011000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7859; }

 p { color: rgb(127,120,89); }

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

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

 a { background-color: rgb(127,120,89); }

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

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

 span { border-color: rgb(127,120,89); }

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