#27727C

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

Shades of Atoll #27727C

Tints of Atoll #27727C

Color information

#27727C (or 0x27727C) is unknown color: approx Atoll. HEX triplet: 27, 72 and 7C. RGB value is (39,114,124). Sum of RGB (Red+Green+Blue) = 39+114+124=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #27727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27727C is #D88D83. Grayscale: #5C5C5C. Windows color (decimal): -14192004 or 8155687. OLE color: 8155687.

HSL color Cylindrical-coordinate representation of color #27727C: hue angle of 187.06º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27727C is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB39114124-
CMYK0.690.0800.51
HSL187.06º52.15%31.96%-
HSV(B)187.06º68.55%48.63%-
XYZ10.4913.9221.2-
YUV92.71145.6589.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=14.08%
G=41.16%
B=44.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal391141240.690.0800.51187.0652.1531.96
Hex27727C458033bb3420
Octal47162174105100632736440
Binary1001111110010111110010001011000011001110111011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,114,124); }

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

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

 a { background-color: rgb(39,114,124); }

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

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

 span { border-color: rgb(39,114,124); }

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