Shades of Pablo #7D755C
Tints of Pablo #7D755C
RGB
CMYK
RGB Variations
Color information
#7D755C (or 0x7D755C) is known color: Pablo. HEX triplet: 7D, 75 and 5C. RGB value is (125,117,92). Sum of RGB (Red+Green+Blue) = 125+117+92=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D755C is #828AA3. Grayscale: #747474. Windows color (decimal): -8555172 or 6059389. OLE color: 6059389.
HSL color Cylindrical-coordinate representation of color #7D755C: hue angle of 45.45º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D755C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 92 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.51 |
| HSL | 45.45º | 0.15% | 0.43% | - |
| HSV(B) | 45.45º | 0.26% | 0.49% | - |
| XYZ | 16.75 | 17.86 | 12.69 | - |
| YUV | 116.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 92 | 0 | 0.06 | 0.26 | 0.51 | 45.45 | 0.15 | 0.43 |
| Hex | 7D | 75 | 5C | 0 | 6 | 1A | 33 | 2D | F | 2B |
| Octal | 175 | 165 | 134 | 0 | 6 | 32 | 63 | 55 | 17 | 53 |
| Binary | 1111101 | 1110101 | 1011100 | 0 | 110 | 11010 | 110011 | 101101 | 1111 | 101011 |
Color Harmonies of #7D755C
Complementary color
Monochromatic Colors of #7D755C
Black with #7D755C
Text Example
Text Example
White with #7D755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D755C; }
p { color: rgb(125,117,92); }
H1.HeaderClassName
{
color: #7D755C;
}
.AnyTagClassName
{
color: #7D755C;
}
</style>
background-color css
<style>
a { background-color: #7D755C; }
a { background-color: rgb(125,117,92); }
div.DivClassName
{
background-color: #7D755C;
}
.BgClassName
{
background-color: #7D755C;
}
</style>
border-color css
<style>
span { border-color: #7D755C; }
span { border-color: rgb(125,117,92); }
td.TdClassName
{
border-color: #7D755C;
}
.TagClassName
{
border-color: #7D755C;
}
</style>