Html Css Color HEX #337A76 Elm

📋 copy color: '#337A76'

red 51 ◦ green 122 ◦ blue 118

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

Shades of Elm #337A76

Tints of Elm #337A76

RGB

 RED value IS 51 (20.31% from 255) = 17.53%

 GREEN value IS 122 (48.05% from 255) = 41.92%

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 17.53%
G = 41.92%
B = 40.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#337A76 (or 0x337A76) is known color: Elm. HEX triplet: 33, 7A and 76. RGB value is (51,122,118). Sum of RGB (Red+Green+Blue) = 51+122+118=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #337A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A76 is #CC8589. Grayscale: #646464. Windows color (decimal): -13403530 or 7764531. OLE color: 7764531.

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

Color convert

RGB 51 122 118 -
CMYK 0.58 0 0.03 0.52
HSL 176.62º 0.41% 0.34% -
HSV(B) 176.62º 0.58% 0.48% -
XYZ 11.59 15.93 19.6 -
YUV 100.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 51 122 118 0.58 0 0.03 0.52 176.62 0.41 0.34
Hex 33 7A 76 3A 0 3 34 B1 29 22
Octal 63 172 166 72 0 3 64 261 51 42
Binary 110011 1111010 1110110 111010 0 11 110100 10110001 101001 100010

Color Harmonies of #337A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A76

Black with #337A76

Text Example


Text Example

White with #337A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337A76; }

 p { color: rgb(51,122,118); }

 H1.HeaderClassName
 {
   color: #337A76;
 }
 .AnyTagClassName
 {
   color: #337A76;
 }
</style>

background-color css

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

 a { background-color: rgb(51,122,118); }

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

border-color css

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

 span { border-color: rgb(51,122,118); }

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