Html Css Color HEX #1F7877 Elm

📋 copy color: '#1F7877'

red 31 ◦ green 120 ◦ blue 119

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

Shades of Elm #1F7877

Tints of Elm #1F7877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.44%

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 11.48%
G = 44.44%
B = 44.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#1F7877 (or 0x1F7877) is known color: Elm. HEX triplet: 1F, 78 and 77. RGB value is (31,120,119). Sum of RGB (Red+Green+Blue) = 31+120+119=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7877 is #E08788. Grayscale: #5D5D5D. Windows color (decimal): -14714761 or 7829535. OLE color: 7829535.

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

Color convert

RGB 31 120 119 -
CMYK 0.74 0 0.01 0.53
HSL 179.33º 0.59% 0.3% -
HSV(B) 179.33º 0.74% 0.47% -
XYZ 10.61 15.06 19.8 -
YUV 93.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 31 120 119 0.74 0 0.01 0.53 179.33 0.59 0.3
Hex 1F 78 77 4A 0 1 35 B3 3B 1E
Octal 37 170 167 112 0 1 65 263 73 36
Binary 11111 1111000 1110111 1001010 0 1 110101 10110011 111011 11110

Color Harmonies of #1F7877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7877

Black with #1F7877

Text Example


Text Example

White with #1F7877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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