#1F7D77

Color #1F7D77 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #1F7D77

Tints of Elm #1F7D77

Color information

#1F7D77 (or 0x1F7D77) is unknown color: approx Elm. HEX triplet: 1F, 7D and 77. RGB value is (31,125,119). Sum of RGB (Red+Green+Blue) = 31+125+119=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7D77 is #E08288. Grayscale: #606060. Windows color (decimal): -14713481 or 7830815. OLE color: 7830815.

HSL color Cylindrical-coordinate representation of color #1F7D77: hue angle of 176.17º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7D77 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB31125119-
CMYK0.7500.050.51
HSL176.17º60.26%30.59%-
HSV(B)176.17º75.2%49.02%-
XYZ11.2316.2920.01-
YUV96.21140.8681.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.27%
GREEN value IS 125 (49.22% from 255) = 45.45%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=11.27%
G=45.45%
B=43.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal311251190.7500.050.51176.1760.2630.59
Hex1F7D774B0533b03c1f
Octal3717516711305632607437
Binary1111111111011110111100101101011100111011000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F7D77;
 }
 .AnyTagClassName
 {
   color: #1F7D77;
 }
</style>
background-color css

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

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

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

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

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

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