#27747A

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

Shades of Atoll #27747A

Tints of Atoll #27747A

Color information

#27747A (or 0x27747A) is unknown color: approx Atoll. HEX triplet: 27, 74 and 7A. RGB value is (39,116,122). Sum of RGB (Red+Green+Blue) = 39+116+122=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #27747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27747A is #D88B85. Grayscale: #5D5D5D. Windows color (decimal): -14191494 or 8025127. OLE color: 8025127.

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

Color convert

RGB39116122-
CMYK0.680.0500.52
HSL184.34º51.55%31.57%-
HSV(B)184.34º68.03%47.84%-
XYZ10.5914.3320.62-
YUV93.66143.9989.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=14.08%
G=41.88%
B=44.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391161220.680.0500.52184.3451.5531.57
Hex27747A445034b83420
Octal4716417210450642706440
Binary100111111010011110101000100101011010010111000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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