#7D6F56

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

Shades of Pablo #7D6F56

Tints of Pablo #7D6F56

Color information

#7D6F56 (or 0x7D6F56) is unknown color: approx Pablo. HEX triplet: 7D, 6F and 56. RGB value is (125,111,86). Sum of RGB (Red+Green+Blue) = 125+111+86=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F56 is #8290A9. Grayscale: #707070. Windows color (decimal): -8556714 or 5664637. OLE color: 5664637.

HSL color Cylindrical-coordinate representation of color #7D6F56: hue angle of 38.46º 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 #7D6F56 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB12511186-
CMYK00.110.310.51
HSL38.46º18.48%41.37%-
HSV(B)38.46º31.2%49.02%-
XYZ15.8216.411.14-
YUV112.34113.14137.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.82%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=38.82%
G=34.47%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251118600.110.310.5138.4618.4841.37
Hex7D6F560B1F33261229
Octal1751571260133763462251
Binary111110111011111010110010111111111001110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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