Shades of Oracle #376060
Tints of Oracle #376060
RGB
CMYK
RGB Variations
Color information
#376060 (or 0x376060) is known color: Oracle. HEX triplet: 37, 60 and 60. RGB value is (55,96,96). Sum of RGB (Red+Green+Blue) = 55+96+96=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #376060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376060 is #C89F9F. Grayscale: #535353. Windows color (decimal): -13148064 or 6316087. OLE color: 6316087.
HSL color Cylindrical-coordinate representation of color #376060: hue angle of 180º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376060 is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 96 | 96 | - |
| CMYK | 0.43 | 0 | 0 | 0.62 |
| HSL | 180º | 0.27% | 0.3% | - |
| HSV(B) | 180º | 0.43% | 0.38% | - |
| XYZ | 7.87 | 10.02 | 12.59 | - |
| YUV | 83.74 | 134.92 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 96 | 0.43 | 0 | 0 | 0.62 | 180 | 0.27 | 0.3 |
| Hex | 37 | 60 | 60 | 2B | 0 | 0 | 3E | B4 | 1B | 1E |
| Octal | 67 | 140 | 140 | 53 | 0 | 0 | 76 | 264 | 33 | 36 |
| Binary | 110111 | 1100000 | 1100000 | 101011 | 0 | 0 | 111110 | 10110100 | 11011 | 11110 |
Color Harmonies of #376060
Complementary color
Monochromatic Colors of #376060
Black with #376060
Text Example
Text Example
White with #376060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376060; }
p { color: rgb(55,96,96); }
H1.HeaderClassName
{
color: #376060;
}
.AnyTagClassName
{
color: #376060;
}
</style>
background-color css
<style>
a { background-color: #376060; }
a { background-color: rgb(55,96,96); }
div.DivClassName
{
background-color: #376060;
}
.BgClassName
{
background-color: #376060;
}
</style>
border-color css
<style>
span { border-color: #376060; }
span { border-color: rgb(55,96,96); }
td.TdClassName
{
border-color: #376060;
}
.TagClassName
{
border-color: #376060;
}
</style>