#7F805E

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

Shades of Kokoda #7F805E

Tints of Kokoda #7F805E

Color information

#7F805E (or 0x7F805E) is unknown color: approx Kokoda. HEX triplet: 7F, 80 and 5E. RGB value is (127,128,94). Sum of RGB (Red+Green+Blue) = 127+128+94=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 128 - color contains mainly: green. Hex color #7F805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F805E is #807FA1. Grayscale: #7B7B7B. Windows color (decimal): -8421282 or 6193279. OLE color: 6193279.

HSL color Cylindrical-coordinate representation of color #7F805E: hue angle of 61.76º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F805E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12712894-
CMYK0.0100.270.50
HSL61.76º15.32%43.53%-
HSV(B)61.76º26.56%50.2%-
XYZ18.4920.7613.62-
YUV123.82111.17130.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=36.39%
G=36.68%
B=26.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127128940.0100.270.5061.7615.3243.53
Hex7F805E101B323ef2c
Octal177200136103362761754
Binary111111110000000101111010110111100101111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,128,94); }

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

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

 a { background-color: rgb(127,128,94); }

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

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

 span { border-color: rgb(127,128,94); }

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