Html Css Color HEX #11776C Deep Sea

📋 copy color: '#11776C'

red 17 ◦ green 119 ◦ blue 108

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

Shades of Deep Sea #11776C

Tints of Deep Sea #11776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 6.97%
G = 48.77%
B = 44.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#11776C (or 0x11776C) is known color: Deep Sea. HEX triplet: 11, 77 and 6C. RGB value is (17,119,108). Sum of RGB (Red+Green+Blue) = 17+119+108=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #11776C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11776C is #EE8893. Grayscale: #575757. Windows color (decimal): -15632532 or 7108369. OLE color: 7108369.

HSL color Cylindrical-coordinate representation of color #11776C: hue angle of 173.53º 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 #11776C is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 119 108 -
CMYK 0.86 0 0.09 0.53
HSL 173.53º 0.75% 0.27% -
HSV(B) 173.53º 0.86% 0.47% -
XYZ 9.53 14.4 16.46 -
YUV 87.25 139.71 77.89 -
System Red Green Blue C M Y K H S L
Decimal 17 119 108 0.86 0 0.09 0.53 173.53 0.75 0.27
Hex 11 77 6C 56 0 9 35 AE 4B 1B
Octal 21 167 154 126 0 11 65 256 113 33
Binary 10001 1110111 1101100 1010110 0 1001 110101 10101110 1001011 11011

Color Harmonies of #11776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11776C

Black with #11776C

Text Example


Text Example

White with #11776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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