Html Css Color HEX #11776A Deep Sea

📋 copy color: '#11776A'

red 17 ◦ green 119 ◦ blue 106

#11776A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #11776A

Tints of Deep Sea #11776A

RGB

 RED value IS 17 (7.03% from 255) = 7.02%

 GREEN value IS 119 (46.88% from 255) = 49.17%

 BLUE value IS 106 (41.8% from 255) = 43.8%

R = 7.02%
G = 49.17%
B = 43.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#11776A (or 0x11776A) is known color: Deep Sea. HEX triplet: 11, 77 and 6A. RGB value is (17,119,106). Sum of RGB (Red+Green+Blue) = 17+119+106=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #11776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11776A is #EE8895. Grayscale: #565656. Windows color (decimal): -15632534 or 6977297. OLE color: 6977297.

HSL color Cylindrical-coordinate representation of color #11776A: hue angle of 172.35º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11776A is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 119 106 -
CMYK 0.86 0 0.11 0.53
HSL 172.35º 0.75% 0.27% -
HSV(B) 172.35º 0.86% 0.47% -
XYZ 9.43 14.35 15.91 -
YUV 87.02 138.71 78.06 -
System Red Green Blue C M Y K H S L
Decimal 17 119 106 0.86 0 0.11 0.53 172.35 0.75 0.27
Hex 11 77 6A 56 0 B 35 AC 4B 1B
Octal 21 167 152 126 0 13 65 254 113 33
Binary 10001 1110111 1101010 1010110 0 1011 110101 10101100 1001011 11011

Color Harmonies of #11776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11776A

Black with #11776A

Text Example


Text Example

White with #11776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11776A; }

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

 H1.HeaderClassName
 {
   color: #11776A;
 }
 .AnyTagClassName
 {
   color: #11776A;
 }
</style>

background-color css

<style>
 a { background-color: #11776A; }

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

 div.DivClassName
 {
   background-color: #11776A;
 }
 .BgClassName
 {
   background-color: #11776A;
 }
</style>

border-color css

<style>
 span { border-color: #11776A; }

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

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