#7E7951

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

Shades of Kokoda #7E7951

Tints of Kokoda #7E7951

Color information

#7E7951 (or 0x7E7951) is unknown color: approx Kokoda. HEX triplet: 7E, 79 and 51. RGB value is (126,121,81). Sum of RGB (Red+Green+Blue) = 126+121+81=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7951 is #8186AE. Grayscale: #767676. Windows color (decimal): -8488623 or 5339518. OLE color: 5339518.

HSL color Cylindrical-coordinate representation of color #7E7951: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E7951 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB12612181-
CMYK00.040.360.51
HSL53.33º21.74%40.59%-
HSV(B)53.33º35.71%49.41%-
XYZ16.9318.710.5-
YUV117.93107.16133.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.41%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 81 (32.03% from 255) = 24.70%
R=38.41%
G=36.89%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261218100.040.360.5153.3321.7440.59
Hex7E7951042433351629
Octal176171121044463652651
Binary111111011110011010001010010010011001111010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,121,81); }

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

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

 a { background-color: rgb(126,121,81); }

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

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

 span { border-color: rgb(126,121,81); }

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