#27727B

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

Shades of Atoll #27727B

Tints of Atoll #27727B

Color information

#27727B (or 0x27727B) is unknown color: approx Atoll. HEX triplet: 27, 72 and 7B. RGB value is (39,114,123). Sum of RGB (Red+Green+Blue) = 39+114+123=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #27727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27727B is #D88D84. Grayscale: #5C5C5C. Windows color (decimal): -14192005 or 8090151. OLE color: 8090151.

HSL color Cylindrical-coordinate representation of color #27727B: hue angle of 186.43º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27727B is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB39114123-
CMYK0.680.0700.52
HSL186.43º51.85%31.76%-
HSV(B)186.43º68.29%48.24%-
XYZ10.4313.920.87-
YUV92.6145.1589.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=14.13%
G=41.30%
B=44.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391141230.680.0700.52186.4351.8531.76
Hex27727B447034ba3420
Octal4716217310470642726440
Binary100111111001011110111000100111011010010111010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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