#1B7577

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

Shades of Atoll #1B7577

Tints of Atoll #1B7577

Color information

#1B7577 (or 0x1B7577) is unknown color: approx Atoll. HEX triplet: 1B, 75 and 77. RGB value is (27,117,119). Sum of RGB (Red+Green+Blue) = 27+117+119=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B7577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7577 is #E48A88. Grayscale: #5A5A5A. Windows color (decimal): -14977673 or 7828763. OLE color: 7828763.

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

Color convert

RGB27117119-
CMYK0.770.0200.53
HSL181.3º63.01%28.63%-
HSV(B)181.3º77.31%46.67%-
XYZ10.1414.2919.68-
YUV90.32144.1882.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.27%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=10.27%
G=44.49%
B=45.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271171190.770.0200.53181.363.0128.63
Hex1B75774D2035b53f1d
Octal3316516711520652657735
Binary110111110101111011110011011001101011011010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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