Html Css Color HEX #78838F Slate Grey

📋 copy color: '#78838F'

red 120 ◦ green 131 ◦ blue 143

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

Shades of Slate Grey #78838F

Tints of Slate Grey #78838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 30.46%
G = 33.25%
B = 36.29%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78838F (or 0x78838F) is known color: Slate Grey. HEX triplet: 78, 83 and 8F. RGB value is (120,131,143). Sum of RGB (Red+Green+Blue) = 120+131+143=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 143 - color contains mainly: blue. Hex color #78838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78838F is #877C70. Grayscale: #818181. Windows color (decimal): -8879217 or 9405304. OLE color: 9405304.

HSL color Cylindrical-coordinate representation of color #78838F: hue angle of 211.3º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #78838F is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 131 143 -
CMYK 0.16 0.08 0 0.44
HSL 211.3º 0.09% 0.52% -
HSV(B) 211.3º 0.16% 0.56% -
XYZ 20.82 22.21 29.18 -
YUV 129.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 120 131 143 0.16 0.08 0 0.44 211.3 0.09 0.52
Hex 78 83 8F 10 8 0 2C D3 9 34
Octal 170 203 217 20 10 0 54 323 11 64
Binary 1111000 10000011 10001111 10000 1000 0 101100 11010011 1001 110100

Color Harmonies of #78838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78838F

Black with #78838F

Text Example


Text Example

White with #78838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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