Html Css Color HEX #1C776F Elm

📋 copy color: '#1C776F'

red 28 ◦ green 119 ◦ blue 111

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

Shades of Elm #1C776F

Tints of Elm #1C776F

RGB

 RED value IS 28 (11.33% from 255) = 10.85%

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

 BLUE value IS 111 (43.75% from 255) = 43.02%

R = 10.85%
G = 46.12%
B = 43.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#1C776F (or 0x1C776F) is known color: Elm. HEX triplet: 1C, 77 and 6F. RGB value is (28,119,111). Sum of RGB (Red+Green+Blue) = 28+119+111=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #1C776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C776F is #E38890. Grayscale: #5A5A5A. Windows color (decimal): -14911633 or 7304988. OLE color: 7304988.

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

Color convert

RGB 28 119 111 -
CMYK 0.76 0 0.07 0.53
HSL 174.73º 0.62% 0.29% -
HSV(B) 174.73º 0.76% 0.47% -
XYZ 9.94 14.59 17.33 -
YUV 90.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 28 119 111 0.76 0 0.07 0.53 174.73 0.62 0.29
Hex 1C 77 6F 4C 0 7 35 AF 3E 1D
Octal 34 167 157 114 0 7 65 257 76 35
Binary 11100 1110111 1101111 1001100 0 111 110101 10101111 111110 11101

Color Harmonies of #1C776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C776F

Black with #1C776F

Text Example


Text Example

White with #1C776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,119,111); }

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

background-color css

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

 a { background-color: rgb(28,119,111); }

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

border-color css

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

 span { border-color: rgb(28,119,111); }

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