#327776

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

Shades of Atoll #327776

Tints of Atoll #327776

Color information

#327776 (or 0x327776) is unknown color: approx Atoll. HEX triplet: 32, 77 and 76. RGB value is (50,119,118). Sum of RGB (Red+Green+Blue) = 50+119+118=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #327776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327776 is #CD8889. Grayscale: #626262. Windows color (decimal): -13469834 or 7763762. OLE color: 7763762.

HSL color Cylindrical-coordinate representation of color #327776: hue angle of 179.13º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327776 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB50119118-
CMYK0.5800.010.53
HSL179.13º40.83%33.14%-
HSV(B)179.13º57.98%46.67%-
XYZ11.1815.1819.48-
YUV98.26139.1493.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=17.42%
G=41.46%
B=41.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501191180.5800.010.53179.1340.8333.14
Hex3277763A0135b32921
Octal621671667201652635141
Binary110010111011111101101110100111010110110011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327776; }

 p { color: rgb(50,119,118); }

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

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

 a { background-color: rgb(50,119,118); }

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

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

 span { border-color: rgb(50,119,118); }

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