Html Css Color HEX #1C7778 Elm

📋 copy color: '#1C7778'

red 28 ◦ green 119 ◦ blue 120

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

Shades of Elm #1C7778

Tints of Elm #1C7778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.94%

R = 10.49%
G = 44.57%
B = 44.94%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C7778 (or 0x1C7778) is known color: Elm. HEX triplet: 1C, 77 and 78. RGB value is (28,119,120). Sum of RGB (Red+Green+Blue) = 28+119+120=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C7778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7778 is #E38887. Grayscale: #5B5B5B. Windows color (decimal): -14911624 or 7894812. OLE color: 7894812.

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

Color convert

RGB 28 119 120 -
CMYK 0.77 0.01 0 0.53
HSL 180.65º 0.62% 0.29% -
HSV(B) 180.65º 0.77% 0.47% -
XYZ 10.47 14.8 20.07 -
YUV 91.91 143.85 82.42 -
System Red Green Blue C M Y K H S L
Decimal 28 119 120 0.77 0.01 0 0.53 180.65 0.62 0.29
Hex 1C 77 78 4D 1 0 35 B5 3E 1D
Octal 34 167 170 115 1 0 65 265 76 35
Binary 11100 1110111 1111000 1001101 1 0 110101 10110101 111110 11101

Color Harmonies of #1C7778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7778

Black with #1C7778

Text Example


Text Example

White with #1C7778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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