#27727A

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

Shades of Atoll #27727A

Tints of Atoll #27727A

Color information

#27727A (or 0x27727A) is unknown color: approx Atoll. HEX triplet: 27, 72 and 7A. RGB value is (39,114,122). Sum of RGB (Red+Green+Blue) = 39+114+122=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #27727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27727A is #D88D85. Grayscale: #5C5C5C. Windows color (decimal): -14192006 or 8024615. OLE color: 8024615.

HSL color Cylindrical-coordinate representation of color #27727A: hue angle of 185.78º 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 #27727A is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB39114122-
CMYK0.680.0700.52
HSL185.78º51.55%31.57%-
HSV(B)185.78º68.03%47.84%-
XYZ10.3713.8720.54-
YUV92.49144.6589.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.18%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=14.18%
G=41.45%
B=44.36%

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
Decimal391141220.680.0700.52185.7851.5531.57
Hex27727A447034ba3420
Octal4716217210470642726440
Binary100111111001011110101000100111011010010111010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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