#7E785A

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

Shades of Kokoda #7E785A

Tints of Kokoda #7E785A

Color information

#7E785A (or 0x7E785A) is unknown color: approx Kokoda. HEX triplet: 7E, 78 and 5A. RGB value is (126,120,90). Sum of RGB (Red+Green+Blue) = 126+120+90=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 126 - color contains mainly: red. Hex color #7E785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E785A is #8187A5. Grayscale: #767676. Windows color (decimal): -8488870 or 5929086. OLE color: 5929086.

HSL color Cylindrical-coordinate representation of color #7E785A: hue angle of 50º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E785A is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB12612090-
CMYK00.050.290.51
HSL50º16.67%42.35%-
HSV(B)50º28.57%49.41%-
XYZ17.1718.6112.36-
YUV118.37111.99133.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.5%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=37.5%
G=35.71%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261209000.050.290.515016.6742.35
Hex7E785A051D3332112a
Octal176170132053563622152
Binary11111101111000101101001011110111001111001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,120,90); }

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

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

 a { background-color: rgb(126,120,90); }

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

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

 span { border-color: rgb(126,120,90); }

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