Html Css Color HEX #778392 Slate Grey

📋 copy color: '#778392'

red 119 ◦ green 131 ◦ blue 146

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

Shades of Slate Grey #778392

Tints of Slate Grey #778392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 30.05%
G = 33.08%
B = 36.87%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#778392 (or 0x778392) is known color: Slate Grey. HEX triplet: 77, 83 and 92. RGB value is (119,131,146). Sum of RGB (Red+Green+Blue) = 119+131+146=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #778392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778392 is #887C6D. Grayscale: #818181. Windows color (decimal): -8944750 or 9601911. OLE color: 9601911.

HSL color Cylindrical-coordinate representation of color #778392: hue angle of 213.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778392 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 131 146 -
CMYK 0.18 0.10 0 0.43
HSL 213.33º 0.11% 0.52% -
HSV(B) 213.33º 0.18% 0.57% -
XYZ 20.91 22.23 30.38 -
YUV 129.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 119 131 146 0.18 0.10 0 0.43 213.33 0.11 0.52
Hex 77 83 92 12 A 0 2B D5 B 34
Octal 167 203 222 22 12 0 53 325 13 64
Binary 1110111 10000011 10010010 10010 1010 0 101011 11010101 1011 110100

Color Harmonies of #778392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778392

Black with #778392

Text Example


Text Example

White with #778392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778392; }

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

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

background-color css

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

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

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

border-color css

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

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

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