#27767F

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

Shades of Atoll #27767F

Tints of Atoll #27767F

Color information

#27767F (or 0x27767F) is unknown color: approx Atoll. HEX triplet: 27, 76 and 7F. RGB value is (39,118,127). Sum of RGB (Red+Green+Blue) = 39+118+127=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #27767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27767F is #D88980. Grayscale: #5F5F5F. Windows color (decimal): -14190977 or 8353319. OLE color: 8353319.

HSL color Cylindrical-coordinate representation of color #27767F: hue angle of 186.14º 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 #27767F is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB39118127-
CMYK0.690.0700.50
HSL186.14º53.01%32.55%-
HSV(B)186.14º69.29%49.8%-
XYZ11.1514.9222.37-
YUV95.4145.8387.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.73%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 127 (50% from 255) = 44.72%
R=13.73%
G=41.55%
B=44.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391181270.690.0700.50186.1453.0132.55
Hex27767F457032ba3521
Octal4716617710570622726541
Binary100111111011011111111000101111011001010111010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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