Html Css Color HEX #1C7774 Elm

📋 copy color: '#1C7774'

red 28 ◦ green 119 ◦ blue 116

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

Shades of Elm #1C7774

Tints of Elm #1C7774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 10.65%
G = 45.25%
B = 44.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#1C7774 (or 0x1C7774) is known color: Elm. HEX triplet: 1C, 77 and 74. RGB value is (28,119,116). Sum of RGB (Red+Green+Blue) = 28+119+116=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #1C7774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7774 is #E3888B. Grayscale: #5B5B5B. Windows color (decimal): -14911628 or 7632668. OLE color: 7632668.

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

Color convert

RGB 28 119 116 -
CMYK 0.76 0 0.03 0.53
HSL 178.02º 0.62% 0.29% -
HSV(B) 178.02º 0.76% 0.47% -
XYZ 10.23 14.7 18.82 -
YUV 91.45 141.85 82.74 -
System Red Green Blue C M Y K H S L
Decimal 28 119 116 0.76 0 0.03 0.53 178.02 0.62 0.29
Hex 1C 77 74 4C 0 3 35 B2 3E 1D
Octal 34 167 164 114 0 3 65 262 76 35
Binary 11100 1110111 1110100 1001100 0 11 110101 10110010 111110 11101

Color Harmonies of #1C7774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7774

Black with #1C7774

Text Example


Text Example

White with #1C7774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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