Html Css Color HEX #1F776C Elm

📋 copy color: '#1F776C'

red 31 ◦ green 119 ◦ blue 108

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

Shades of Elm #1F776C

Tints of Elm #1F776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 12.02%
G = 46.12%
B = 41.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#1F776C (or 0x1F776C) is known color: Elm. HEX triplet: 1F, 77 and 6C. RGB value is (31,119,108). Sum of RGB (Red+Green+Blue) = 31+119+108=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #1F776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F776C is #E08893. Grayscale: #5B5B5B. Windows color (decimal): -14715028 or 7108383. OLE color: 7108383.

HSL color Cylindrical-coordinate representation of color #1F776C: hue angle of 172.5º 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 #1F776C is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 119 108 -
CMYK 0.74 0 0.09 0.53
HSL 172.5º 0.59% 0.29% -
HSV(B) 172.5º 0.74% 0.47% -
XYZ 9.87 14.57 16.48 -
YUV 91.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 31 119 108 0.74 0 0.09 0.53 172.5 0.59 0.29
Hex 1F 77 6C 4A 0 9 35 AC 3B 1D
Octal 37 167 154 112 0 11 65 254 73 35
Binary 11111 1110111 1101100 1001010 0 1001 110101 10101100 111011 11101

Color Harmonies of #1F776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F776C

Black with #1F776C

Text Example


Text Example

White with #1F776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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