#7E7853

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

Shades of Kokoda #7E7853

Tints of Kokoda #7E7853

Color information

#7E7853 (or 0x7E7853) is unknown color: approx Kokoda. HEX triplet: 7E, 78 and 53. RGB value is (126,120,83). Sum of RGB (Red+Green+Blue) = 126+120+83=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7853 is #8187AC. Grayscale: #757575. Windows color (decimal): -8488877 or 5470334. OLE color: 5470334.

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

Color convert

RGB12612083-
CMYK00.050.340.51
HSL51.63º20.57%40.98%-
HSV(B)51.63º34.13%49.41%-
XYZ16.8818.4910.86-
YUV117.58108.49134.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 83 (32.81% from 255) = 25.23%
R=38.30%
G=36.47%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261208300.050.340.5151.6320.5740.98
Hex7E7853052233341529
Octal176170123054263642551
Binary111111011110001010011010110001011001111010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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