Html Css Color HEX #327D79 Elm

📋 copy color: '#327D79'

red 50 ◦ green 125 ◦ blue 121

#327D79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #327D79

Tints of Elm #327D79

RGB

 RED value IS 50 (19.92% from 255) = 16.89%

 GREEN value IS 125 (49.22% from 255) = 42.23%

 BLUE value IS 121 (47.66% from 255) = 40.88%

R = 16.89%
G = 42.23%
B = 40.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#327D79 (or 0x327D79) is known color: Elm. HEX triplet: 32, 7D and 79. RGB value is (50,125,121). Sum of RGB (Red+Green+Blue) = 50+125+121=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #327D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327D79 is #CD8286. Grayscale: #666666. Windows color (decimal): -13468295 or 7961906. OLE color: 7961906.

HSL color Cylindrical-coordinate representation of color #327D79: hue angle of 176.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327D79 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 125 121 -
CMYK 0.60 0 0.03 0.51
HSL 176.8º 0.43% 0.34% -
HSV(B) 176.8º 0.6% 0.49% -
XYZ 12.1 16.73 20.68 -
YUV 102.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 50 125 121 0.60 0 0.03 0.51 176.8 0.43 0.34
Hex 32 7D 79 3C 0 3 33 B1 2B 22
Octal 62 175 171 74 0 3 63 261 53 42
Binary 110010 1111101 1111001 111100 0 11 110011 10110001 101011 100010

Color Harmonies of #327D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327D79

Black with #327D79

Text Example


Text Example

White with #327D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,125,121); }

 H1.HeaderClassName
 {
   color: #327D79;
 }
 .AnyTagClassName
 {
   color: #327D79;
 }
</style>

background-color css

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

 a { background-color: rgb(50,125,121); }

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

border-color css

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

 span { border-color: rgb(50,125,121); }

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