Html Css Color HEX #78838D Slate Grey

📋 copy color: '#78838D'

red 120 ◦ green 131 ◦ blue 141

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

Shades of Slate Grey #78838D

Tints of Slate Grey #78838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

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

R = 30.61%
G = 33.42%
B = 35.97%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78838D (or 0x78838D) is known color: Slate Grey. HEX triplet: 78, 83 and 8D. RGB value is (120,131,141). Sum of RGB (Red+Green+Blue) = 120+131+141=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #78838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78838D is #877C72. Grayscale: #808080. Windows color (decimal): -8879219 or 9274232. OLE color: 9274232.

HSL color Cylindrical-coordinate representation of color #78838D: hue angle of 208.57º 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 #78838D is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 131 141 -
CMYK 0.15 0.07 0 0.45
HSL 208.57º 0.08% 0.51% -
HSV(B) 208.57º 0.15% 0.55% -
XYZ 20.67 22.15 28.39 -
YUV 128.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 120 131 141 0.15 0.07 0 0.45 208.57 0.08 0.51
Hex 78 83 8D F 7 0 2D D1 8 33
Octal 170 203 215 17 7 0 55 321 10 63
Binary 1111000 10000011 10001101 1111 111 0 101101 11010001 1000 110011

Color Harmonies of #78838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78838D

Black with #78838D

Text Example


Text Example

White with #78838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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