#327B77

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

Shades of Elm #327B77

Tints of Elm #327B77

Color information

#327B77 (or 0x327B77) is unknown color: approx Elm. HEX triplet: 32, 7B and 77. RGB value is (50,123,119). Sum of RGB (Red+Green+Blue) = 50+123+119=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #327B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B77 is #CD8488. Grayscale: #646464. Windows color (decimal): -13468809 or 7830322. OLE color: 7830322.

HSL color Cylindrical-coordinate representation of color #327B77: hue angle of 176.71º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327B77 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB50123119-
CMYK0.5900.030.52
HSL176.71º42.2%33.92%-
HSV(B)176.71º59.35%48.24%-
XYZ11.7316.1819.96-
YUV100.72138.3291.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 123 (48.44% from 255) = 42.12%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=17.12%
G=42.12%
B=40.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal501231190.5900.030.52176.7142.233.92
Hex327B773B0334b12a22
Octal621731677303642615242
Binary1100101111011111011111101101111010010110001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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