Shades of Delta #92978D
Tints of Delta #92978D
RGB
CMYK
RGB Variations
Color information
#92978D (or 0x92978D) is known color: Delta. HEX triplet: 92, 97 and 8D. RGB value is (146,151,141). Sum of RGB (Red+Green+Blue) = 146+151+141=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 151 - color contains mainly: green. Hex color #92978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92978D is #6D6872. Grayscale: #949494. Windows color (decimal): -7170163 or 9279378. OLE color: 9279378.
HSL color Cylindrical-coordinate representation of color #92978D: hue angle of 90º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #92978D is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
RGB | 146 | 151 | 141 | - |
CMYK | 0.03 | 0 | 0.07 | 0.41 |
HSL | 90º | 0.05% | 0.57% | - |
HSV(B) | 90º | 0.07% | 0.59% | - |
XYZ | 27.73 | 30.17 | 29.56 | - |
YUV | 148.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 146 | 151 | 141 | 0.03 | 0 | 0.07 | 0.41 | 90 | 0.05 | 0.57 |
Hex | 92 | 97 | 8D | 3 | 0 | 7 | 29 | 5A | 5 | 39 |
Octal | 222 | 227 | 215 | 3 | 0 | 7 | 51 | 132 | 5 | 71 |
Binary | 10010010 | 10010111 | 10001101 | 11 | 0 | 111 | 101001 | 1011010 | 101 | 111001 |
Color Harmonies of #92978D
Complementary color
Monochromatic Colors of #92978D
Black with #92978D
Text Example
Text Example
White with #92978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92978D; }
p { color: rgb(146,151,141); }
H1.HeaderClassName
{
color: #92978D;
}
.AnyTagClassName
{
color: #92978D;
}
</style>
background-color css
<style>
a { background-color: #92978D; }
a { background-color: rgb(146,151,141); }
div.DivClassName
{
background-color: #92978D;
}
.BgClassName
{
background-color: #92978D;
}
</style>
border-color css
<style>
span { border-color: #92978D; }
span { border-color: rgb(146,151,141); }
td.TdClassName
{
border-color: #92978D;
}
.TagClassName
{
border-color: #92978D;
}
</style>