#27676C

Color #27676C Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #27676C

Tints of Allports #27676C

Color information

#27676C (or 0x27676C) is unknown color: approx Allports. HEX triplet: 27, 67 and 6C. RGB value is (39,103,108). Sum of RGB (Red+Green+Blue) = 39+103+108=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #27676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27676C is #D89893. Grayscale: #545454. Windows color (decimal): -14194836 or 7104295. OLE color: 7104295.

HSL color Cylindrical-coordinate representation of color #27676C: hue angle of 184.35º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27676C is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB39103108-
CMYK0.640.0500.58
HSL184.35º46.94%28.82%-
HSV(B)184.35º63.89%42.35%-
XYZ8.3911.2115.91-
YUV84.43141.395.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=15.6%
G=41.2%
B=43.2%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal391031080.640.0500.58184.3546.9428.82
Hex27676C40503Ab82f1d
Octal4714715410050722705735
Binary10011111001111101100100000010101110101011100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27676C; }

 p { color: rgb(39,103,108); }

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

<style>
 a { background-color: #27676C; }

 a { background-color: rgb(39,103,108); }

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

<style>
 span { border-color: #27676C; }

 span { border-color: rgb(39,103,108); }

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