#27777F

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

Shades of Atoll #27777F

Tints of Atoll #27777F

Color information

#27777F (or 0x27777F) is unknown color: approx Atoll. HEX triplet: 27, 77 and 7F. RGB value is (39,119,127). Sum of RGB (Red+Green+Blue) = 39+119+127=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #27777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27777F is #D88880. Grayscale: #5F5F5F. Windows color (decimal): -14190721 or 8353575. OLE color: 8353575.

HSL color Cylindrical-coordinate representation of color #27777F: hue angle of 185.45º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27777F is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB39119127-
CMYK0.690.0600.50
HSL185.45º53.01%32.55%-
HSV(B)185.45º69.29%49.8%-
XYZ11.2615.1622.41-
YUV95.99145.587.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.68%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 127 (50% from 255) = 44.56%
R=13.68%
G=41.75%
B=44.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391191270.690.0600.50185.4553.0132.55
Hex27777F456032b93521
Octal4716717710560622716541
Binary100111111011111111111000101110011001010111001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27777F; }

 p { color: rgb(39,119,127); }

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

<style>
 a { background-color: #27777F; }

 a { background-color: rgb(39,119,127); }

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

<style>
 span { border-color: #27777F; }

 span { border-color: rgb(39,119,127); }

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