Html Css Color HEX #1B776C Deep Sea

📋 copy color: '#1B776C'

red 27 ◦ green 119 ◦ blue 108

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

Shades of Deep Sea #1B776C

Tints of Deep Sea #1B776C

RGB

 RED value IS 27 (10.94% from 255) = 10.63%

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

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

R = 10.63%
G = 46.85%
B = 42.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#1B776C (or 0x1B776C) is known color: Deep Sea. HEX triplet: 1B, 77 and 6C. RGB value is (27,119,108). Sum of RGB (Red+Green+Blue) = 27+119+108=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #1B776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B776C is #E48893. Grayscale: #5A5A5A. Windows color (decimal): -14977172 or 7108379. OLE color: 7108379.

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

Color convert

RGB 27 119 108 -
CMYK 0.77 0 0.09 0.53
HSL 172.83º 0.63% 0.29% -
HSV(B) 172.83º 0.77% 0.47% -
XYZ 9.76 14.51 16.47 -
YUV 90.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 27 119 108 0.77 0 0.09 0.53 172.83 0.63 0.29
Hex 1B 77 6C 4D 0 9 35 AD 3F 1D
Octal 33 167 154 115 0 11 65 255 77 35
Binary 11011 1110111 1101100 1001101 0 1001 110101 10101101 111111 11101

Color Harmonies of #1B776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B776C

Black with #1B776C

Text Example


Text Example

White with #1B776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B776C;
 }
 .AnyTagClassName
 {
   color: #1B776C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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