Shades of Deep Sea #1A7767
Tints of Deep Sea #1A7767
RGB
CMYK
RGB Variations
Color information
#1A7767 (or 0x1A7767) is known color: Deep Sea. HEX triplet: 1A, 77 and 67. RGB value is (26,119,103). Sum of RGB (Red+Green+Blue) = 26+119+103=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7767 is #E58898. Grayscale: #595959. Windows color (decimal): -15042713 or 6780698. OLE color: 6780698.
HSL color Cylindrical-coordinate representation of color #1A7767: hue angle of 169.68º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7767 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 119 | 103 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.53 |
| HSL | 169.68º | 0.64% | 0.28% | - |
| HSV(B) | 169.68º | 0.78% | 0.47% | - |
| XYZ | 9.47 | 14.39 | 15.11 | - |
| YUV | 89.37 | 135.69 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 103 | 0.78 | 0 | 0.13 | 0.53 | 169.68 | 0.64 | 0.28 |
| Hex | 1A | 77 | 67 | 4E | 0 | D | 35 | AA | 40 | 1C |
| Octal | 32 | 167 | 147 | 116 | 0 | 15 | 65 | 252 | 100 | 34 |
| Binary | 11010 | 1110111 | 1100111 | 1001110 | 0 | 1101 | 110101 | 10101010 | 1000000 | 11100 |
Color Harmonies of #1A7767
Complementary color
Monochromatic Colors of #1A7767
Black with #1A7767
Text Example
Text Example
White with #1A7767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7767; }
p { color: rgb(26,119,103); }
H1.HeaderClassName
{
color: #1A7767;
}
.AnyTagClassName
{
color: #1A7767;
}
</style>
background-color css
<style>
a { background-color: #1A7767; }
a { background-color: rgb(26,119,103); }
div.DivClassName
{
background-color: #1A7767;
}
.BgClassName
{
background-color: #1A7767;
}
</style>
border-color css
<style>
span { border-color: #1A7767; }
span { border-color: rgb(26,119,103); }
td.TdClassName
{
border-color: #1A7767;
}
.TagClassName
{
border-color: #1A7767;
}
</style>