#1C777C

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

Shades of Atoll #1C777C

Tints of Atoll #1C777C

Color information

#1C777C (or 0x1C777C) is unknown color: approx Atoll. HEX triplet: 1C, 77 and 7C. RGB value is (28,119,124). Sum of RGB (Red+Green+Blue) = 28+119+124=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C777C is #E38883. Grayscale: #5C5C5C. Windows color (decimal): -14911620 or 8156956. OLE color: 8156956.

HSL color Cylindrical-coordinate representation of color #1C777C: hue angle of 183.12º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C777C is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB28119124-
CMYK0.770.0400.51
HSL183.12º63.16%29.8%-
HSV(B)183.12º77.42%48.63%-
XYZ10.7114.921.38-
YUV92.36145.8582.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 124 (48.83% from 255) = 45.76%
R=10.33%
G=43.91%
B=45.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal281191240.770.0400.51183.1263.1629.8
Hex1C777C4D4033b73f1e
Octal3416717411540632677736
Binary1110011101111111100100110110001100111011011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,119,124); }

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

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

 a { background-color: rgb(28,119,124); }

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

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

 span { border-color: rgb(28,119,124); }

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