#327F7B

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

Shades of Atoll #327F7B

Tints of Atoll #327F7B

Color information

#327F7B (or 0x327F7B) is unknown color: approx Atoll. HEX triplet: 32, 7F and 7B. RGB value is (50,127,123). Sum of RGB (Red+Green+Blue) = 50+127+123=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #327F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F7B is #CD8084. Grayscale: #676767. Windows color (decimal): -13467781 or 8093490. OLE color: 8093490.

HSL color Cylindrical-coordinate representation of color #327F7B: hue angle of 176.88º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F7B is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB50127123-
CMYK0.6100.030.50
HSL176.88º43.5%34.71%-
HSV(B)176.88º60.63%49.8%-
XYZ12.4817.2921.42-
YUV103.52138.9989.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 127 (50% from 255) = 42.33%
BLUE value IS 123 (48.44% from 255) = 41%
R=16.67%
G=42.33%
B=41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501271230.6100.030.50176.8843.534.71
Hex327F7B3D0332b12c23
Octal621771737503622615443
Binary1100101111111111101111110101111001010110001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327F7B; }

 p { color: rgb(50,127,123); }

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

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

 a { background-color: rgb(50,127,123); }

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

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

 span { border-color: rgb(50,127,123); }

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