Shades of Sherpa Blue #075352
Tints of Sherpa Blue #075352
RGB
CMYK
RGB Variations
Color information
#075352 (or 0x075352) is known color: Sherpa Blue. HEX triplet: 07, 53 and 52. RGB value is (7,83,82). Sum of RGB (Red+Green+Blue) = 7+83+82=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #075352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075352 is #F8ACAD. Grayscale: #3C3C3C. Windows color (decimal): -16297134 or 5395207. OLE color: 5395207.
HSL color Cylindrical-coordinate representation of color #075352: hue angle of 179.21º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075352 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 82 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.67 |
| HSL | 179.21º | 0.84% | 0.18% | - |
| HSV(B) | 179.21º | 0.92% | 0.33% | - |
| XYZ | 4.7 | 6.84 | 9.06 | - |
| YUV | 60.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 82 | 0.92 | 0 | 0.01 | 0.67 | 179.21 | 0.84 | 0.18 |
| Hex | 7 | 53 | 52 | 5C | 0 | 1 | 43 | B3 | 54 | 12 |
| Octal | 7 | 123 | 122 | 134 | 0 | 1 | 103 | 263 | 124 | 22 |
| Binary | 111 | 1010011 | 1010010 | 1011100 | 0 | 1 | 1000011 | 10110011 | 1010100 | 10010 |
Color Harmonies of #075352
Complementary color
Monochromatic Colors of #075352
Black with #075352
Text Example
Text Example
White with #075352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075352; }
p { color: rgb(7,83,82); }
H1.HeaderClassName
{
color: #075352;
}
.AnyTagClassName
{
color: #075352;
}
</style>
background-color css
<style>
a { background-color: #075352; }
a { background-color: rgb(7,83,82); }
div.DivClassName
{
background-color: #075352;
}
.BgClassName
{
background-color: #075352;
}
</style>
border-color css
<style>
span { border-color: #075352; }
span { border-color: rgb(7,83,82); }
td.TdClassName
{
border-color: #075352;
}
.TagClassName
{
border-color: #075352;
}
</style>