#7D7E49

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

Shades of Kokoda #7D7E49

Tints of Kokoda #7D7E49

Color information

#7D7E49 (or 0x7D7E49) is unknown color: approx Kokoda. HEX triplet: 7D, 7E and 49. RGB value is (125,126,73). Sum of RGB (Red+Green+Blue) = 125+126+73=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #7D7E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7E49 is #8281B6. Grayscale: #777777. Windows color (decimal): -8552887 or 4816509. OLE color: 4816509.

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

Color convert

RGB12512673-
CMYK0.0100.420.51
HSL61.13º26.63%39.02%-
HSV(B)61.13º42.06%49.41%-
XYZ17.1219.769.22-
YUV119.66101.67131.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.58%
GREEN value IS 126 (49.61% from 255) = 38.89%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=38.58%
G=38.89%
B=22.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125126730.0100.420.5161.1326.6339.02
Hex7D7E49102A333d1b27
Octal175176111105263753347
Binary1111101111111010010011010101011001111110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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