#27767B

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

Shades of Atoll #27767B

Tints of Atoll #27767B

Color information

#27767B (or 0x27767B) is unknown color: approx Atoll. HEX triplet: 27, 76 and 7B. RGB value is (39,118,123). Sum of RGB (Red+Green+Blue) = 39+118+123=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #27767B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27767B is #D88984. Grayscale: #5E5E5E. Windows color (decimal): -14190981 or 8091175. OLE color: 8091175.

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

Color convert

RGB39118123-
CMYK0.680.0400.52
HSL183.57º51.85%31.76%-
HSV(B)183.57º68.29%48.24%-
XYZ10.8914.8221.03-
YUV94.95143.8388.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.93%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=13.93%
G=42.14%
B=43.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391181230.680.0400.52183.5751.8531.76
Hex27767B444034b83420
Octal4716617310440642706440
Binary100111111011011110111000100100011010010111000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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