#7D715B

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

Shades of Pablo #7D715B

Tints of Pablo #7D715B

Color information

#7D715B (or 0x7D715B) is unknown color: approx Pablo. HEX triplet: 7D, 71 and 5B. RGB value is (125,113,91). Sum of RGB (Red+Green+Blue) = 125+113+91=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D715B is #828EA4. Grayscale: #727272. Windows color (decimal): -8556197 or 5992829. OLE color: 5992829.

HSL color Cylindrical-coordinate representation of color #7D715B: hue angle of 38.82º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D715B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB12511391-
CMYK00.100.270.51
HSL38.82º15.74%42.35%-
HSV(B)38.82º27.2%49.02%-
XYZ16.2516.9312.31-
YUV114.08114.98135.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.99%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=37.99%
G=34.35%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251139100.100.270.5138.8215.7442.35
Hex7D715B0A1B3327102a
Octal1751611330123363472052
Binary111110111100011011011010101101111001110011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,91); }

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

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

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

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

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

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

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