Html Css Color HEX #1C8077 Elm

📋 copy color: '#1C8077'

red 28 ◦ green 128 ◦ blue 119

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

Shades of Elm #1C8077

Tints of Elm #1C8077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.55%

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

R = 10.18%
G = 46.55%
B = 43.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#1C8077 (or 0x1C8077) is known color: Elm. HEX triplet: 1C, 80 and 77. RGB value is (28,128,119). Sum of RGB (Red+Green+Blue) = 28+128+119=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #1C8077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8077 is #E37F88. Grayscale: #616161. Windows color (decimal): -14909321 or 7831580. OLE color: 7831580.

HSL color Cylindrical-coordinate representation of color #1C8077: hue angle of 174.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C8077 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 28 128 119 -
CMYK 0.78 0 0.07 0.50
HSL 174.6º 0.64% 0.31% -
HSV(B) 174.6º 0.78% 0.5% -
XYZ 11.53 17.02 20.13 -
YUV 97.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 28 128 119 0.78 0 0.07 0.50 174.6 0.64 0.31
Hex 1C 80 77 4E 0 7 32 AF 40 1F
Octal 34 200 167 116 0 7 62 257 100 37
Binary 11100 10000000 1110111 1001110 0 111 110010 10101111 1000000 11111

Color Harmonies of #1C8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8077

Black with #1C8077

Text Example


Text Example

White with #1C8077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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