#7D7C50

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

Shades of Kokoda #7D7C50

Tints of Kokoda #7D7C50

Color information

#7D7C50 (or 0x7D7C50) is unknown color: approx Kokoda. HEX triplet: 7D, 7C and 50. RGB value is (125,124,80). Sum of RGB (Red+Green+Blue) = 125+124+80=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7C50 is #8283AF. Grayscale: #777777. Windows color (decimal): -8553392 or 5274749. OLE color: 5274749.

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

Color convert

RGB12512480-
CMYK00.010.360.51
HSL58.67º21.95%40.2%-
HSV(B)58.67º36%49.02%-
XYZ17.1119.3510.42-
YUV119.28105.83132.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.99%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=37.99%
G=37.69%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251248000.010.360.5158.6721.9540.2
Hex7D7C500124333b1628
Octal175174120014463732650
Binary1111101111110010100000110010011001111101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,124,80); }

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

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

 a { background-color: rgb(125,124,80); }

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

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

 span { border-color: rgb(125,124,80); }

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