Html Css Color HEX #778491 Slate Grey

📋 copy color: '#778491'

red 119 ◦ green 132 ◦ blue 145

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

Shades of Slate Grey #778491

Tints of Slate Grey #778491

RGB

 RED value IS 119 (46.88% from 255) = 30.05%

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 30.05%
G = 33.33%
B = 36.62%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#778491 (or 0x778491) is known color: Slate Grey. HEX triplet: 77, 84 and 91. RGB value is (119,132,145). Sum of RGB (Red+Green+Blue) = 119+132+145=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #778491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778491 is #887B6E. Grayscale: #818181. Windows color (decimal): -8944495 or 9536631. OLE color: 9536631.

HSL color Cylindrical-coordinate representation of color #778491: hue angle of 210º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778491 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 132 145 -
CMYK 0.18 0.09 0 0.43
HSL 210º 0.11% 0.52% -
HSV(B) 210º 0.18% 0.57% -
XYZ 20.97 22.47 30.02 -
YUV 129.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 119 132 145 0.18 0.09 0 0.43 210 0.11 0.52
Hex 77 84 91 12 9 0 2B D2 B 34
Octal 167 204 221 22 11 0 53 322 13 64
Binary 1110111 10000100 10010001 10010 1001 0 101011 11010010 1011 110100

Color Harmonies of #778491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778491

Black with #778491

Text Example


Text Example

White with #778491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778491; }

 p { color: rgb(119,132,145); }

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

background-color css

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

 a { background-color: rgb(119,132,145); }

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

border-color css

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

 span { border-color: rgb(119,132,145); }

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