Html Css Color HEX #78848D Slate Grey

📋 copy color: '#78848D'

red 120 ◦ green 132 ◦ blue 141

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

Shades of Slate Grey #78848D

Tints of Slate Grey #78848D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 30.53%
G = 33.59%
B = 35.88%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78848D (or 0x78848D) is known color: Slate Grey. HEX triplet: 78, 84 and 8D. RGB value is (120,132,141). Sum of RGB (Red+Green+Blue) = 120+132+141=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #78848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78848D is #877B72. Grayscale: #818181. Windows color (decimal): -8878963 or 9274488. OLE color: 9274488.

HSL color Cylindrical-coordinate representation of color #78848D: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78848D is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 132 141 -
CMYK 0.15 0.06 0 0.45
HSL 205.71º 0.08% 0.51% -
HSV(B) 205.71º 0.15% 0.55% -
XYZ 20.8 22.42 28.43 -
YUV 129.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 120 132 141 0.15 0.06 0 0.45 205.71 0.08 0.51
Hex 78 84 8D F 6 0 2D CE 8 33
Octal 170 204 215 17 6 0 55 316 10 63
Binary 1111000 10000100 10001101 1111 110 0 101101 11001110 1000 110011

Color Harmonies of #78848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78848D

Black with #78848D

Text Example


Text Example

White with #78848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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