Shades of Sherpa Blue #07525F
Tints of Sherpa Blue #07525F
RGB
CMYK
RGB Variations
Color information
#07525F (or 0x07525F) is known color: Sherpa Blue. HEX triplet: 07, 52 and 5F. RGB value is (7,82,95). Sum of RGB (Red+Green+Blue) = 7+82+95=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #07525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07525F is #F8ADA0. Grayscale: #3C3C3C. Windows color (decimal): -16297377 or 6246919. OLE color: 6246919.
HSL color Cylindrical-coordinate representation of color #07525F: hue angle of 188.86º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07525F is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 82 | 95 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.63 |
| HSL | 188.86º | 0.86% | 0.2% | - |
| HSV(B) | 188.86º | 0.93% | 0.37% | - |
| XYZ | 5.17 | 6.91 | 11.89 | - |
| YUV | 61.06 | 147.15 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 95 | 0.93 | 0.14 | 0 | 0.63 | 188.86 | 0.86 | 0.2 |
| Hex | 7 | 52 | 5F | 5D | E | 0 | 3F | BD | 56 | 14 |
| Octal | 7 | 122 | 137 | 135 | 16 | 0 | 77 | 275 | 126 | 24 |
| Binary | 111 | 1010010 | 1011111 | 1011101 | 1110 | 0 | 111111 | 10111101 | 1010110 | 10100 |
Color Harmonies of #07525F
Complementary color
Monochromatic Colors of #07525F
Black with #07525F
Text Example
Text Example
White with #07525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07525F; }
p { color: rgb(7,82,95); }
H1.HeaderClassName
{
color: #07525F;
}
.AnyTagClassName
{
color: #07525F;
}
</style>
background-color css
<style>
a { background-color: #07525F; }
a { background-color: rgb(7,82,95); }
div.DivClassName
{
background-color: #07525F;
}
.BgClassName
{
background-color: #07525F;
}
</style>
border-color css
<style>
span { border-color: #07525F; }
span { border-color: rgb(7,82,95); }
td.TdClassName
{
border-color: #07525F;
}
.TagClassName
{
border-color: #07525F;
}
</style>