Html Css Color HEX #77838F Slate Grey

📋 copy color: '#77838F'

red 119 ◦ green 131 ◦ blue 143

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

Shades of Slate Grey #77838F

Tints of Slate Grey #77838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 30.28%
G = 33.33%
B = 36.39%

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

#77838F (or 0x77838F) is known color: Slate Grey. HEX triplet: 77, 83 and 8F. RGB value is (119,131,143). Sum of RGB (Red+Green+Blue) = 119+131+143=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 143 - color contains mainly: blue. Hex color #77838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77838F is #887C70. Grayscale: #808080. Windows color (decimal): -8944753 or 9405303. OLE color: 9405303.

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

Color convert

RGB 119 131 143 -
CMYK 0.17 0.08 0 0.44
HSL 210º 0.1% 0.51% -
HSV(B) 210º 0.17% 0.56% -
XYZ 20.68 22.14 29.17 -
YUV 128.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 119 131 143 0.17 0.08 0 0.44 210 0.1 0.51
Hex 77 83 8F 11 8 0 2C D2 A 33
Octal 167 203 217 21 10 0 54 322 12 63
Binary 1110111 10000011 10001111 10001 1000 0 101100 11010010 1010 110011

Color Harmonies of #77838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77838F

Black with #77838F

Text Example


Text Example

White with #77838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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