Shades of Gothic #758B90
Tints of Gothic #758B90
RGB
CMYK
RGB Variations
Color information
#758B90 (or 0x758B90) is known color: Gothic. HEX triplet: 75, 8B and 90. RGB value is (117,139,144). Sum of RGB (Red+Green+Blue) = 117+139+144=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #758B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B90 is #8A746F. Grayscale: #848484. Windows color (decimal): -9073776 or 9472885. OLE color: 9472885.
HSL color Cylindrical-coordinate representation of color #758B90: hue angle of 191.11º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758B90 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 139 | 144 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.44 |
| HSL | 191.11º | 0.11% | 0.51% | - |
| HSV(B) | 191.11º | 0.19% | 0.56% | - |
| XYZ | 21.6 | 24.26 | 29.93 | - |
| YUV | 132.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 144 | 0.19 | 0.03 | 0 | 0.44 | 191.11 | 0.11 | 0.51 |
| Hex | 75 | 8B | 90 | 13 | 3 | 0 | 2C | BF | B | 33 |
| Octal | 165 | 213 | 220 | 23 | 3 | 0 | 54 | 277 | 13 | 63 |
| Binary | 1110101 | 10001011 | 10010000 | 10011 | 11 | 0 | 101100 | 10111111 | 1011 | 110011 |
Color Harmonies of #758B90
Complementary color
Monochromatic Colors of #758B90
Black with #758B90
Text Example
Text Example
White with #758B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B90; }
p { color: rgb(117,139,144); }
H1.HeaderClassName
{
color: #758B90;
}
.AnyTagClassName
{
color: #758B90;
}
</style>
background-color css
<style>
a { background-color: #758B90; }
a { background-color: rgb(117,139,144); }
div.DivClassName
{
background-color: #758B90;
}
.BgClassName
{
background-color: #758B90;
}
</style>
border-color css
<style>
span { border-color: #758B90; }
span { border-color: rgb(117,139,144); }
td.TdClassName
{
border-color: #758B90;
}
.TagClassName
{
border-color: #758B90;
}
</style>