Html Css Color HEX #77858F Slate Grey

📋 copy color: '#77858F'

red 119 ◦ green 133 ◦ blue 143

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

Shades of Slate Grey #77858F

Tints of Slate Grey #77858F

RGB

 RED value IS 119 (46.88% from 255) = 30.13%

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

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

R = 30.13%
G = 33.67%
B = 36.2%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77858F (or 0x77858F) is known color: Slate Grey. HEX triplet: 77, 85 and 8F. RGB value is (119,133,143). Sum of RGB (Red+Green+Blue) = 119+133+143=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 143 - color contains mainly: blue. Hex color #77858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77858F is #887A70. Grayscale: #818181. Windows color (decimal): -8944241 or 9405815. OLE color: 9405815.

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

Color convert

RGB 119 133 143 -
CMYK 0.17 0.07 0 0.44
HSL 205º 0.1% 0.51% -
HSV(B) 205º 0.17% 0.56% -
XYZ 20.95 22.68 29.26 -
YUV 129.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 119 133 143 0.17 0.07 0 0.44 205 0.1 0.51
Hex 77 85 8F 11 7 0 2C CD A 33
Octal 167 205 217 21 7 0 54 315 12 63
Binary 1110111 10000101 10001111 10001 111 0 101100 11001101 1010 110011

Color Harmonies of #77858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77858F

Black with #77858F

Text Example


Text Example

White with #77858F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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