#7E7D5F

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

Shades of Kokoda #7E7D5F

Tints of Kokoda #7E7D5F

Color information

#7E7D5F (or 0x7E7D5F) is unknown color: approx Kokoda. HEX triplet: 7E, 7D and 5F. RGB value is (126,125,95). Sum of RGB (Red+Green+Blue) = 126+125+95=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7D5F is #8182A0. Grayscale: #7A7A7A. Windows color (decimal): -8487585 or 6258046. OLE color: 6258046.

HSL color Cylindrical-coordinate representation of color #7E7D5F: hue angle of 58.06º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E7D5F is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB12612595-
CMYK00.010.250.51
HSL58.06º14.03%43.33%-
HSV(B)58.06º24.6%49.41%-
XYZ1819.9313.72-
YUV121.88112.83130.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.42%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=36.42%
G=36.13%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261259500.010.250.5158.0614.0343.33
Hex7E7D5F0119333ae2b
Octal176175137013163721653
Binary11111101111101101111101110011100111110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,125,95); }

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

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

 a { background-color: rgb(126,125,95); }

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

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

 span { border-color: rgb(126,125,95); }

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