Html Css Color HEX #778291 Slate Grey

📋 copy color: '#778291'

red 119 ◦ green 130 ◦ blue 145

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

Shades of Slate Grey #778291

Tints of Slate Grey #778291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 30.2%
G = 32.99%
B = 36.8%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#778291 (or 0x778291) is known color: Slate Grey. HEX triplet: 77, 82 and 91. RGB value is (119,130,145). Sum of RGB (Red+Green+Blue) = 119+130+145=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #778291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778291 is #887D6E. Grayscale: #808080. Windows color (decimal): -8945007 or 9536119. OLE color: 9536119.

HSL color Cylindrical-coordinate representation of color #778291: hue angle of 214.62º 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 #778291 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 130 145 -
CMYK 0.18 0.10 0 0.43
HSL 214.62º 0.11% 0.52% -
HSV(B) 214.62º 0.18% 0.57% -
XYZ 20.7 21.93 29.93 -
YUV 128.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 119 130 145 0.18 0.10 0 0.43 214.62 0.11 0.52
Hex 77 82 91 12 A 0 2B D7 B 34
Octal 167 202 221 22 12 0 53 327 13 64
Binary 1110111 10000010 10010001 10010 1010 0 101011 11010111 1011 110100

Color Harmonies of #778291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778291

Black with #778291

Text Example


Text Example

White with #778291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778291; }

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

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

background-color css

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

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

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

border-color css

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

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

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