Html Css Color HEX #1F7770 Elm

📋 copy color: '#1F7770'

red 31 ◦ green 119 ◦ blue 112

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

Shades of Elm #1F7770

Tints of Elm #1F7770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.42%

 BLUE value IS 112 (44.14% from 255) = 42.75%

R = 11.83%
G = 45.42%
B = 42.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#1F7770 (or 0x1F7770) is known color: Elm. HEX triplet: 1F, 77 and 70. RGB value is (31,119,112). Sum of RGB (Red+Green+Blue) = 31+119+112=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7770 is #E0888F. Grayscale: #5B5B5B. Windows color (decimal): -14715024 or 7370527. OLE color: 7370527.

HSL color Cylindrical-coordinate representation of color #1F7770: hue angle of 175.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7770 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 119 112 -
CMYK 0.74 0 0.06 0.53
HSL 175.23º 0.59% 0.29% -
HSV(B) 175.23º 0.74% 0.47% -
XYZ 10.09 14.65 17.63 -
YUV 91.89 139.35 84.57 -
System Red Green Blue C M Y K H S L
Decimal 31 119 112 0.74 0 0.06 0.53 175.23 0.59 0.29
Hex 1F 77 70 4A 0 6 35 AF 3B 1D
Octal 37 167 160 112 0 6 65 257 73 35
Binary 11111 1110111 1110000 1001010 0 110 110101 10101111 111011 11101

Color Harmonies of #1F7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7770

Black with #1F7770

Text Example


Text Example

White with #1F7770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,119,112); }

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

background-color css

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

 a { background-color: rgb(31,119,112); }

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

border-color css

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

 span { border-color: rgb(31,119,112); }

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