#1D776A

Color #1D776A Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1D776A

Tints of Deep Sea #1D776A

Color information

#1D776A (or 0x1D776A) is unknown color: approx Deep Sea. HEX triplet: 1D, 77 and 6A. RGB value is (29,119,106). Sum of RGB (Red+Green+Blue) = 29+119+106=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #1D776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D776A is #E28895. Grayscale: #5A5A5A. Windows color (decimal): -14846102 or 6977309. OLE color: 6977309.

HSL color Cylindrical-coordinate representation of color #1D776A: hue angle of 171.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D776A is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB29119106-
CMYK0.7600.110.53
HSL171.33º60.81%29.02%-
HSV(B)171.33º75.63%46.67%-
XYZ9.7114.515.92-
YUV90.61136.6884.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 11.42%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 106 (41.80% from 255) = 41.73%
R=11.42%
G=46.85%
B=41.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal291191060.7600.110.53171.3360.8129.02
Hex1D776A4C0B35ab3d1d
Octal35167152114013652537535
Binary11101111011111010101001100010111101011010101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D776A; }

 p { color: rgb(29,119,106); }

 H1.HeaderClassName
 {
   color: #1D776A;
 }
 .AnyTagClassName
 {
   color: #1D776A;
 }
</style>
background-color css

<style>
 a { background-color: #1D776A; }

 a { background-color: rgb(29,119,106); }

 div.DivClassName
 {
   background-color: #1D776A;
 }
 .BgClassName
 {
   background-color: #1D776A;
 }
</style>
border-color css

<style>
 span { border-color: #1D776A; }

 span { border-color: rgb(29,119,106); }

 td.TdClassName
 {
   border-color: #1D776A;
 }
 .TagClassName
 {
   border-color: #1D776A;
 }
</style>