Shades of Dolphin #767483
Tints of Dolphin #767483
RGB
CMYK
RGB Variations
Color information
#767483 (or 0x767483) is known color: Dolphin. HEX triplet: 76, 74 and 83. RGB value is (118,116,131). Sum of RGB (Red+Green+Blue) = 118+116+131=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 131 - color contains mainly: blue. Hex color #767483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767483 is #898B7C. Grayscale: #767676. Windows color (decimal): -9014141 or 8615030. OLE color: 8615030.
HSL color Cylindrical-coordinate representation of color #767483: hue angle of 248º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767483 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 116 | 131 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.49 |
| HSL | 248º | 0.06% | 0.48% | - |
| HSV(B) | 248º | 0.11% | 0.51% | - |
| XYZ | 17.81 | 17.98 | 24 | - |
| YUV | 118.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 131 | 0.10 | 0.11 | 0 | 0.49 | 248 | 0.06 | 0.48 |
| Hex | 76 | 74 | 83 | A | B | 0 | 31 | F8 | 6 | 30 |
| Octal | 166 | 164 | 203 | 12 | 13 | 0 | 61 | 370 | 6 | 60 |
| Binary | 1110110 | 1110100 | 10000011 | 1010 | 1011 | 0 | 110001 | 11111000 | 110 | 110000 |
Color Harmonies of #767483
Complementary color
Monochromatic Colors of #767483
Black with #767483
Text Example
Text Example
White with #767483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767483; }
p { color: rgb(118,116,131); }
H1.HeaderClassName
{
color: #767483;
}
.AnyTagClassName
{
color: #767483;
}
</style>
background-color css
<style>
a { background-color: #767483; }
a { background-color: rgb(118,116,131); }
div.DivClassName
{
background-color: #767483;
}
.BgClassName
{
background-color: #767483;
}
</style>
border-color css
<style>
span { border-color: #767483; }
span { border-color: rgb(118,116,131); }
td.TdClassName
{
border-color: #767483;
}
.TagClassName
{
border-color: #767483;
}
</style>