Shades of Denim #0762AC
Tints of Denim #0762AC
RGB
CMYK
RGB Variations
Color information
#0762AC (or 0x0762AC) is known color: Denim. HEX triplet: 07, 62 and AC. RGB value is (7,98,172). Sum of RGB (Red+Green+Blue) = 7+98+172=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #0762AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0762AC is #F89D53. Grayscale: #4E4E4E. Windows color (decimal): -16293204 or 11297287. OLE color: 11297287.
HSL color Cylindrical-coordinate representation of color #0762AC: hue angle of 206.91º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0762AC is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 98 | 172 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.33 |
| HSL | 206.91º | 0.92% | 0.35% | - |
| HSV(B) | 206.91º | 0.96% | 0.67% | - |
| XYZ | 11.9 | 11.76 | 40.67 | - |
| YUV | 79.23 | 180.35 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 172 | 0.96 | 0.43 | 0 | 0.33 | 206.91 | 0.92 | 0.35 |
| Hex | 7 | 62 | AC | 60 | 2B | 0 | 21 | CF | 5C | 23 |
| Octal | 7 | 142 | 254 | 140 | 53 | 0 | 41 | 317 | 134 | 43 |
| Binary | 111 | 1100010 | 10101100 | 1100000 | 101011 | 0 | 100001 | 11001111 | 1011100 | 100011 |
Color Harmonies of #0762AC
Complementary color
Monochromatic Colors of #0762AC
Black with #0762AC
Text Example
Text Example
White with #0762AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0762AC; }
p { color: rgb(7,98,172); }
H1.HeaderClassName
{
color: #0762AC;
}
.AnyTagClassName
{
color: #0762AC;
}
</style>
background-color css
<style>
a { background-color: #0762AC; }
a { background-color: rgb(7,98,172); }
div.DivClassName
{
background-color: #0762AC;
}
.BgClassName
{
background-color: #0762AC;
}
</style>
border-color css
<style>
span { border-color: #0762AC; }
span { border-color: rgb(7,98,172); }
td.TdClassName
{
border-color: #0762AC;
}
.TagClassName
{
border-color: #0762AC;
}
</style>