Html Css Color HEX #1F7576 Elm

📋 copy color: '#1F7576'

red 31 ◦ green 117 ◦ blue 118

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

Shades of Elm #1F7576

Tints of Elm #1F7576

RGB

 RED value IS 31 (12.5% from 255) = 11.65%

 GREEN value IS 117 (46.09% from 255) = 43.98%

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

R = 11.65%
G = 43.98%
B = 44.36%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F7576 (or 0x1F7576) is known color: Elm. HEX triplet: 1F, 75 and 76. RGB value is (31,117,118). Sum of RGB (Red+Green+Blue) = 31+117+118=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F7576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7576 is #E08A89. Grayscale: #5B5B5B. Windows color (decimal): -14715530 or 7763231. OLE color: 7763231.

HSL color Cylindrical-coordinate representation of color #1F7576: hue angle of 180.69º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7576 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 117 118 -
CMYK 0.74 0.01 0 0.54
HSL 180.69º 0.58% 0.29% -
HSV(B) 180.69º 0.74% 0.46% -
XYZ 10.2 14.32 19.37 -
YUV 91.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 31 117 118 0.74 0.01 0 0.54 180.69 0.58 0.29
Hex 1F 75 76 4A 1 0 36 B5 3A 1D
Octal 37 165 166 112 1 0 66 265 72 35
Binary 11111 1110101 1110110 1001010 1 0 110110 10110101 111010 11101

Color Harmonies of #1F7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7576

Black with #1F7576

Text Example


Text Example

White with #1F7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F7576; }

 p { color: rgb(31,117,118); }

 H1.HeaderClassName
 {
   color: #1F7576;
 }
 .AnyTagClassName
 {
   color: #1F7576;
 }
</style>

background-color css

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

 a { background-color: rgb(31,117,118); }

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

border-color css

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

 span { border-color: rgb(31,117,118); }

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