#7D7D43

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

Shades of Kokoda #7D7D43

Tints of Kokoda #7D7D43

Color information

#7D7D43 (or 0x7D7D43) is unknown color: approx Kokoda. HEX triplet: 7D, 7D and 43. RGB value is (125,125,67). Sum of RGB (Red+Green+Blue) = 125+125+67=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 125 - color contains mainly: red, green. Hex color #7D7D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7D43 is #8282BC. Grayscale: #767676. Windows color (decimal): -8553149 or 4423037. OLE color: 4423037.

HSL color Cylindrical-coordinate representation of color #7D7D43: hue angle of 60º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D7D43 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB12512567-
CMYK000.460.51
HSL60º30.21%37.65%-
HSV(B)60º46.4%49.02%-
XYZ16.819.438.18-
YUV118.3999132.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.43%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 67 (26.56% from 255) = 21.14%
R=39.43%
G=39.43%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12512567000.460.516030.2137.65
Hex7D7D43002E333c1e26
Octal175175103005663743646
Binary1111101111110110000110010111011001111110011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,125,67); }

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

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

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

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

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

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

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