#7E775B

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

Shades of Kokoda #7E775B

Tints of Kokoda #7E775B

Color information

#7E775B (or 0x7E775B) is unknown color: approx Kokoda. HEX triplet: 7E, 77 and 5B. RGB value is (126,119,91). Sum of RGB (Red+Green+Blue) = 126+119+91=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 126 - color contains mainly: red. Hex color #7E775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E775B is #8188A4. Grayscale: #767676. Windows color (decimal): -8489125 or 5994366. OLE color: 5994366.

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

Color convert

RGB12611991-
CMYK00.060.280.51
HSL48º16.13%42.55%-
HSV(B)48º27.78%49.41%-
XYZ17.0918.3812.55-
YUV117.9112.82133.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.5%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=37.5%
G=35.42%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261199100.060.280.514816.1342.55
Hex7E775B061C3330102b
Octal176167133063463602053
Binary11111101110111101101101101110011001111000010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,119,91); }

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

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

 a { background-color: rgb(126,119,91); }

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

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

 span { border-color: rgb(126,119,91); }

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