Html Css Color HEX #788491 Slate Grey

📋 copy color: '#788491'

red 120 ◦ green 132 ◦ blue 145

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

Shades of Slate Grey #788491

Tints of Slate Grey #788491

RGB

 RED value IS 120 (47.27% from 255) = 30.23%

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

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

R = 30.23%
G = 33.25%
B = 36.52%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#788491 (or 0x788491) is known color: Slate Grey. HEX triplet: 78, 84 and 91. RGB value is (120,132,145). Sum of RGB (Red+Green+Blue) = 120+132+145=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #788491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788491 is #877B6E. Grayscale: #818181. Windows color (decimal): -8878959 or 9536632. OLE color: 9536632.

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

Color convert

RGB 120 132 145 -
CMYK 0.17 0.09 0 0.43
HSL 211.2º 0.1% 0.52% -
HSV(B) 211.2º 0.17% 0.57% -
XYZ 21.11 22.54 30.03 -
YUV 129.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 120 132 145 0.17 0.09 0 0.43 211.2 0.1 0.52
Hex 78 84 91 11 9 0 2B D3 A 34
Octal 170 204 221 21 11 0 53 323 12 64
Binary 1111000 10000100 10010001 10001 1001 0 101011 11010011 1010 110100

Color Harmonies of #788491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788491

Black with #788491

Text Example


Text Example

White with #788491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788491; }

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

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

background-color css

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

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

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

border-color css

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

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

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