Html Css Color HEX #78858F Slate Grey

📋 copy color: '#78858F'

red 120 ◦ green 133 ◦ blue 143

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

Shades of Slate Grey #78858F

Tints of Slate Grey #78858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 30.3%
G = 33.59%
B = 36.11%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78858F (or 0x78858F) is known color: Slate Grey. HEX triplet: 78, 85 and 8F. RGB value is (120,133,143). Sum of RGB (Red+Green+Blue) = 120+133+143=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 143 - color contains mainly: blue. Hex color #78858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78858F is #877A70. Grayscale: #828282. Windows color (decimal): -8878705 or 9405816. OLE color: 9405816.

HSL color Cylindrical-coordinate representation of color #78858F: hue angle of 206.09º 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 #78858F is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 133 143 -
CMYK 0.16 0.07 0 0.44
HSL 206.09º 0.09% 0.52% -
HSV(B) 206.09º 0.16% 0.56% -
XYZ 21.09 22.75 29.27 -
YUV 130.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 120 133 143 0.16 0.07 0 0.44 206.09 0.09 0.52
Hex 78 85 8F 10 7 0 2C CE 9 34
Octal 170 205 217 20 7 0 54 316 11 64
Binary 1111000 10000101 10001111 10000 111 0 101100 11001110 1001 110100

Color Harmonies of #78858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78858F

Black with #78858F

Text Example


Text Example

White with #78858F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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