#7D7256

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

Shades of Pablo #7D7256

Tints of Pablo #7D7256

Color information

#7D7256 (or 0x7D7256) is unknown color: approx Pablo. HEX triplet: 7D, 72 and 56. RGB value is (125,114,86). Sum of RGB (Red+Green+Blue) = 125+114+86=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7256 is #828DA9. Grayscale: #727272. Windows color (decimal): -8555946 or 5665405. OLE color: 5665405.

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

Color convert

RGB12511486-
CMYK00.090.310.51
HSL43.08º18.48%41.37%-
HSV(B)43.08º31.2%49.02%-
XYZ16.1517.0711.25-
YUV114.1112.14135.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=38.46%
G=35.08%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251148600.090.310.5143.0818.4841.37
Hex7D7256091F332b1229
Octal1751621260113763532251
Binary111110111100101010110010011111111001110101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,114,86); }

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

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

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

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

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

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

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