Html Css Color HEX #79858F Slate Grey

📋 copy color: '#79858F'

red 121 ◦ green 133 ◦ blue 143

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

Shades of Slate Grey #79858F

Tints of Slate Grey #79858F

RGB

 RED value IS 121 (47.66% from 255) = 30.48%

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

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

R = 30.48%
G = 33.5%
B = 36.02%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#79858F (or 0x79858F) is known color: Slate Grey. HEX triplet: 79, 85 and 8F. RGB value is (121,133,143). Sum of RGB (Red+Green+Blue) = 121+133+143=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 143 - color contains mainly: blue. Hex color #79858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79858F is #867A70. Grayscale: #828282. Windows color (decimal): -8813169 or 9405817. OLE color: 9405817.

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

Color convert

RGB 121 133 143 -
CMYK 0.15 0.07 0 0.44
HSL 207.27º 0.09% 0.52% -
HSV(B) 207.27º 0.15% 0.56% -
XYZ 21.23 22.82 29.27 -
YUV 130.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 121 133 143 0.15 0.07 0 0.44 207.27 0.09 0.52
Hex 79 85 8F F 7 0 2C CF 9 34
Octal 171 205 217 17 7 0 54 317 11 64
Binary 1111001 10000101 10001111 1111 111 0 101100 11001111 1001 110100

Color Harmonies of #79858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79858F

Black with #79858F

Text Example


Text Example

White with #79858F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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