Shades of Sirocco #75857C
Tints of Sirocco #75857C
RGB
CMYK
RGB Variations
Color information
#75857C (or 0x75857C) is known color: Sirocco. HEX triplet: 75, 85 and 7C. RGB value is (117,133,124). Sum of RGB (Red+Green+Blue) = 117+133+124=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #75857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75857C is #8A7A83. Grayscale: #7F7F7F. Windows color (decimal): -9075332 or 8160629. OLE color: 8160629.
HSL color Cylindrical-coordinate representation of color #75857C: hue angle of 146.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #75857C is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 124 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.48 |
| HSL | 146.25º | 0.06% | 0.49% | - |
| HSV(B) | 146.25º | 0.12% | 0.52% | - |
| XYZ | 19.36 | 22.01 | 22.3 | - |
| YUV | 127.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 124 | 0.12 | 0 | 0.07 | 0.48 | 146.25 | 0.06 | 0.49 |
| Hex | 75 | 85 | 7C | C | 0 | 7 | 30 | 92 | 6 | 31 |
| Octal | 165 | 205 | 174 | 14 | 0 | 7 | 60 | 222 | 6 | 61 |
| Binary | 1110101 | 10000101 | 1111100 | 1100 | 0 | 111 | 110000 | 10010010 | 110 | 110001 |
Color Harmonies of #75857C
Complementary color
Monochromatic Colors of #75857C
Black with #75857C
Text Example
Text Example
White with #75857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75857C; }
p { color: rgb(117,133,124); }
H1.HeaderClassName
{
color: #75857C;
}
.AnyTagClassName
{
color: #75857C;
}
</style>
background-color css
<style>
a { background-color: #75857C; }
a { background-color: rgb(117,133,124); }
div.DivClassName
{
background-color: #75857C;
}
.BgClassName
{
background-color: #75857C;
}
</style>
border-color css
<style>
span { border-color: #75857C; }
span { border-color: rgb(117,133,124); }
td.TdClassName
{
border-color: #75857C;
}
.TagClassName
{
border-color: #75857C;
}
</style>