Shades of Pablo #7D745D
Tints of Pablo #7D745D
RGB
CMYK
RGB Variations
Color information
#7D745D (or 0x7D745D) is known color: Pablo. HEX triplet: 7D, 74 and 5D. RGB value is (125,116,93). Sum of RGB (Red+Green+Blue) = 125+116+93=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D745D is #828BA2. Grayscale: #747474. Windows color (decimal): -8555427 or 6124669. OLE color: 6124669.
HSL color Cylindrical-coordinate representation of color #7D745D: hue angle of 43.12º 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 #7D745D is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 116 | 93 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.51 |
| HSL | 43.13º | 0.15% | 0.43% | - |
| HSV(B) | 43.13º | 0.26% | 0.49% | - |
| XYZ | 16.68 | 17.64 | 12.88 | - |
| YUV | 116.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 116 | 93 | 0 | 0.07 | 0.26 | 0.51 | 43.13 | 0.15 | 0.43 |
| Hex | 7D | 74 | 5D | 0 | 7 | 1A | 33 | 2B | F | 2B |
| Octal | 175 | 164 | 135 | 0 | 7 | 32 | 63 | 53 | 17 | 53 |
| Binary | 1111101 | 1110100 | 1011101 | 0 | 111 | 11010 | 110011 | 101011 | 1111 | 101011 |
Color Harmonies of #7D745D
Complementary color
Monochromatic Colors of #7D745D
Black with #7D745D
Text Example
Text Example
White with #7D745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D745D; }
p { color: rgb(125,116,93); }
H1.HeaderClassName
{
color: #7D745D;
}
.AnyTagClassName
{
color: #7D745D;
}
</style>
background-color css
<style>
a { background-color: #7D745D; }
a { background-color: rgb(125,116,93); }
div.DivClassName
{
background-color: #7D745D;
}
.BgClassName
{
background-color: #7D745D;
}
</style>
border-color css
<style>
span { border-color: #7D745D; }
span { border-color: rgb(125,116,93); }
td.TdClassName
{
border-color: #7D745D;
}
.TagClassName
{
border-color: #7D745D;
}
</style>