#7D7A57

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

Shades of Kokoda #7D7A57

Tints of Kokoda #7D7A57

Color information

#7D7A57 (or 0x7D7A57) is unknown color: approx Kokoda. HEX triplet: 7D, 7A and 57. RGB value is (125,122,87). Sum of RGB (Red+Green+Blue) = 125+122+87=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7A57 is #8285A8. Grayscale: #777777. Windows color (decimal): -8553897 or 5732989. OLE color: 5732989.

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

Color convert

RGB12512287-
CMYK00.020.300.51
HSL55.26º17.92%41.57%-
HSV(B)55.26º30.4%49.02%-
XYZ17.1418.9711.77-
YUV118.91109.99132.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.43%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=37.43%
G=36.53%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251228700.020.300.5155.2617.9241.57
Hex7D7A57021E3337122a
Octal175172127023663672252
Binary1111101111101010101110101111011001111011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,122,87); }

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

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

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

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

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

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

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