Html Css Color HEX #778292 Slate Grey

📋 copy color: '#778292'

red 119 ◦ green 130 ◦ blue 146

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

Shades of Slate Grey #778292

Tints of Slate Grey #778292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.91%

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

R = 30.13%
G = 32.91%
B = 36.96%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#778292 (or 0x778292) is known color: Slate Grey. HEX triplet: 77, 82 and 92. RGB value is (119,130,146). Sum of RGB (Red+Green+Blue) = 119+130+146=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #778292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778292 is #887D6D. Grayscale: #808080. Windows color (decimal): -8945006 or 9601655. OLE color: 9601655.

HSL color Cylindrical-coordinate representation of color #778292: hue angle of 215.56º 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 #778292 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 130 146 -
CMYK 0.18 0.11 0 0.43
HSL 215.56º 0.11% 0.52% -
HSV(B) 215.56º 0.18% 0.57% -
XYZ 20.78 21.96 30.34 -
YUV 128.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 119 130 146 0.18 0.11 0 0.43 215.56 0.11 0.52
Hex 77 82 92 12 B 0 2B D8 B 34
Octal 167 202 222 22 13 0 53 330 13 64
Binary 1110111 10000010 10010010 10010 1011 0 101011 11011000 1011 110100

Color Harmonies of #778292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778292

Black with #778292

Text Example


Text Example

White with #778292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778292; }

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

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

background-color css

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

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

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

border-color css

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

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

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