Html Css Color HEX #77848F Slate Grey

📋 copy color: '#77848F'

red 119 ◦ green 132 ◦ blue 143

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

Shades of Slate Grey #77848F

Tints of Slate Grey #77848F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

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

R = 30.2%
G = 33.5%
B = 36.29%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77848F (or 0x77848F) is known color: Slate Grey. HEX triplet: 77, 84 and 8F. RGB value is (119,132,143). Sum of RGB (Red+Green+Blue) = 119+132+143=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 132 (51.95% from 255 or 33.50% 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 #77848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77848F is #887B70. Grayscale: #818181. Windows color (decimal): -8944497 or 9405559. OLE color: 9405559.

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

Color convert

RGB 119 132 143 -
CMYK 0.17 0.08 0 0.44
HSL 207.5º 0.1% 0.51% -
HSV(B) 207.5º 0.17% 0.56% -
XYZ 20.82 22.41 29.21 -
YUV 129.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 119 132 143 0.17 0.08 0 0.44 207.5 0.1 0.51
Hex 77 84 8F 11 8 0 2C D0 A 33
Octal 167 204 217 21 10 0 54 320 12 63
Binary 1110111 10000100 10001111 10001 1000 0 101100 11010000 1010 110011

Color Harmonies of #77848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77848F

Black with #77848F

Text Example


Text Example

White with #77848F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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