Shades of Deluge #7B769B
Tints of Deluge #7B769B
RGB
CMYK
RGB Variations
Color information
#7B769B (or 0x7B769B) is known color: Deluge. HEX triplet: 7B, 76 and 9B. RGB value is (123,118,155). Sum of RGB (Red+Green+Blue) = 123+118+155=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B769B is #848964. Grayscale: #7B7B7B. Windows color (decimal): -8685925 or 10188411. OLE color: 10188411.
HSL color Cylindrical-coordinate representation of color #7B769B: hue angle of 248.11º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B769B is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
RGB | 123 | 118 | 155 | - |
CMYK | 0.21 | 0.24 | 0 | 0.39 |
HSL | 248.11º | 0.16% | 0.54% | - |
HSV(B) | 248.11º | 0.24% | 0.61% | - |
XYZ | 20.56 | 19.53 | 33.7 | - |
YUV | 123.71 | 145.66 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 118 | 155 | 0.21 | 0.24 | 0 | 0.39 | 248.11 | 0.16 | 0.54 |
Hex | 7B | 76 | 9B | 15 | 18 | 0 | 27 | F8 | 10 | 36 |
Octal | 173 | 166 | 233 | 25 | 30 | 0 | 47 | 370 | 20 | 66 |
Binary | 1111011 | 1110110 | 10011011 | 10101 | 11000 | 0 | 100111 | 11111000 | 10000 | 110110 |
Color Harmonies of #7B769B
Complementary color
Monochromatic Colors of #7B769B
Black with #7B769B
Text Example
Text Example
White with #7B769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B769B; }
p { color: rgb(123,118,155); }
H1.HeaderClassName
{
color: #7B769B;
}
.AnyTagClassName
{
color: #7B769B;
}
</style>
background-color css
<style>
a { background-color: #7B769B; }
a { background-color: rgb(123,118,155); }
div.DivClassName
{
background-color: #7B769B;
}
.BgClassName
{
background-color: #7B769B;
}
</style>
border-color css
<style>
span { border-color: #7B769B; }
span { border-color: rgb(123,118,155); }
td.TdClassName
{
border-color: #7B769B;
}
.TagClassName
{
border-color: #7B769B;
}
</style>