#7F7857

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

Shades of Kokoda #7F7857

Tints of Kokoda #7F7857

Color information

#7F7857 (or 0x7F7857) is unknown color: approx Kokoda. HEX triplet: 7F, 78 and 57. RGB value is (127,120,87). Sum of RGB (Red+Green+Blue) = 127+120+87=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7857 is #8087A8. Grayscale: #767676. Windows color (decimal): -8423337 or 5732479. OLE color: 5732479.

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

Color convert

RGB12712087-
CMYK00.060.310.50
HSL49.5º18.69%41.96%-
HSV(B)49.5º31.5%49.8%-
XYZ17.1918.6311.71-
YUV118.33110.32134.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=38.02%
G=35.93%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271208700.060.310.5049.518.6941.96
Hex7F7857061F3232132a
Octal177170127063762622352
Binary11111111111000101011101101111111001011001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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