Shades of Sirocco #75807B
Tints of Sirocco #75807B
RGB
CMYK
RGB Variations
Color information
#75807B (or 0x75807B) is known color: Sirocco. HEX triplet: 75, 80 and 7B. RGB value is (117,128,123). Sum of RGB (Red+Green+Blue) = 117+128+123=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 128 - color contains mainly: green. Hex color #75807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75807B is #8A7F84. Grayscale: #7C7C7C. Windows color (decimal): -9076613 or 8093813. OLE color: 8093813.
HSL color Cylindrical-coordinate representation of color #75807B: hue angle of 152.73º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #75807B is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 128 | 123 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.50 |
| HSL | 152.73º | 0.04% | 0.48% | - |
| HSV(B) | 152.73º | 0.09% | 0.5% | - |
| XYZ | 18.63 | 20.65 | 21.74 | - |
| YUV | 124.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 123 | 0.09 | 0 | 0.04 | 0.50 | 152.73 | 0.04 | 0.48 |
| Hex | 75 | 80 | 7B | 9 | 0 | 4 | 32 | 99 | 4 | 30 |
| Octal | 165 | 200 | 173 | 11 | 0 | 4 | 62 | 231 | 4 | 60 |
| Binary | 1110101 | 10000000 | 1111011 | 1001 | 0 | 100 | 110010 | 10011001 | 100 | 110000 |
Color Harmonies of #75807B
Complementary color
Monochromatic Colors of #75807B
Black with #75807B
Text Example
Text Example
White with #75807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75807B; }
p { color: rgb(117,128,123); }
H1.HeaderClassName
{
color: #75807B;
}
.AnyTagClassName
{
color: #75807B;
}
</style>
background-color css
<style>
a { background-color: #75807B; }
a { background-color: rgb(117,128,123); }
div.DivClassName
{
background-color: #75807B;
}
.BgClassName
{
background-color: #75807B;
}
</style>
border-color css
<style>
span { border-color: #75807B; }
span { border-color: rgb(117,128,123); }
td.TdClassName
{
border-color: #75807B;
}
.TagClassName
{
border-color: #75807B;
}
</style>