Html Css Color HEX #78818F Slate Grey

📋 copy color: '#78818F'

red 120 ◦ green 129 ◦ blue 143

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

Shades of Slate Grey #78818F

Tints of Slate Grey #78818F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

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

R = 30.61%
G = 32.91%
B = 36.48%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78818F (or 0x78818F) is known color: Slate Grey. HEX triplet: 78, 81 and 8F. RGB value is (120,129,143). Sum of RGB (Red+Green+Blue) = 120+129+143=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 143 - color contains mainly: blue. Hex color #78818F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78818F is #877E70. Grayscale: #7F7F7F. Windows color (decimal): -8879729 or 9404792. OLE color: 9404792.

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

Color convert

RGB 120 129 143 -
CMYK 0.16 0.10 0 0.44
HSL 216.52º 0.09% 0.52% -
HSV(B) 216.52º 0.16% 0.56% -
XYZ 20.55 21.68 29.09 -
YUV 127.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 120 129 143 0.16 0.10 0 0.44 216.52 0.09 0.52
Hex 78 81 8F 10 A 0 2C D9 9 34
Octal 170 201 217 20 12 0 54 331 11 64
Binary 1111000 10000001 10001111 10000 1010 0 101100 11011001 1001 110100

Color Harmonies of #78818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78818F

Black with #78818F

Text Example


Text Example

White with #78818F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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