#1B776A

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

Shades of Deep Sea #1B776A

Tints of Deep Sea #1B776A

Color information

#1B776A (or 0x1B776A) is unknown color: approx Deep Sea. HEX triplet: 1B, 77 and 6A. RGB value is (27,119,106). Sum of RGB (Red+Green+Blue) = 27+119+106=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #1B776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B776A is #E48895. Grayscale: #595959. Windows color (decimal): -14977174 or 6977307. OLE color: 6977307.

HSL color Cylindrical-coordinate representation of color #1B776A: hue angle of 171.52º 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 #1B776A is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB27119106-
CMYK0.7700.110.53
HSL171.52º63.01%28.63%-
HSV(B)171.52º77.31%46.67%-
XYZ9.6514.4715.92-
YUV90.01137.0283.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.71%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=10.71%
G=47.22%
B=42.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271191060.7700.110.53171.5263.0128.63
Hex1B776A4D0B35ac3f1d
Octal33167152115013652547735
Binary11011111011111010101001101010111101011010110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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