#7E7F5E

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

Shades of Kokoda #7E7F5E

Tints of Kokoda #7E7F5E

Color information

#7E7F5E (or 0x7E7F5E) is unknown color: approx Kokoda. HEX triplet: 7E, 7F and 5E. RGB value is (126,127,94). Sum of RGB (Red+Green+Blue) = 126+127+94=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #7E7F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7F5E is #8180A1. Grayscale: #7B7B7B. Windows color (decimal): -8487074 or 6193022. OLE color: 6193022.

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

Color convert

RGB12612794-
CMYK0.0100.260.50
HSL61.82º14.93%43.33%-
HSV(B)61.82º25.98%49.8%-
XYZ18.2120.4213.57-
YUV122.94111.67130.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=36.31%
G=36.60%
B=27.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126127940.0100.260.5061.8214.9343.33
Hex7E7F5E101A323ef2b
Octal176177136103262761753
Binary11111101111111101111010110101100101111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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