Html Css Color HEX #778092 Slate Grey

📋 copy color: '#778092'

red 119 ◦ green 128 ◦ blue 146

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

Shades of Slate Grey #778092

Tints of Slate Grey #778092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.57%

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

R = 30.28%
G = 32.57%
B = 37.15%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#778092 (or 0x778092) is known color: Slate Grey. HEX triplet: 77, 80 and 92. RGB value is (119,128,146). Sum of RGB (Red+Green+Blue) = 119+128+146=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #778092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778092 is #887F6D. Grayscale: #7F7F7F. Windows color (decimal): -8945518 or 9601143. OLE color: 9601143.

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

Color convert

RGB 119 128 146 -
CMYK 0.18 0.12 0 0.43
HSL 220º 0.11% 0.52% -
HSV(B) 220º 0.18% 0.57% -
XYZ 20.52 21.44 30.25 -
YUV 127.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 119 128 146 0.18 0.12 0 0.43 220 0.11 0.52
Hex 77 80 92 12 C 0 2B DC B 34
Octal 167 200 222 22 14 0 53 334 13 64
Binary 1110111 10000000 10010010 10010 1100 0 101011 11011100 1011 110100

Color Harmonies of #778092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778092

Black with #778092

Text Example


Text Example

White with #778092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778092; }

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

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

background-color css

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

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

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

border-color css

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

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

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