Html Css Color HEX #778093 Slate Grey

📋 copy color: '#778093'

red 119 ◦ green 128 ◦ blue 147

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

Shades of Slate Grey #778093

Tints of Slate Grey #778093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 30.2%
G = 32.49%
B = 37.31%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#778093 (or 0x778093) is known color: Slate Grey. HEX triplet: 77, 80 and 93. RGB value is (119,128,147). Sum of RGB (Red+Green+Blue) = 119+128+147=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: blue. Hex color #778093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778093 is #887F6C. Grayscale: #7F7F7F. Windows color (decimal): -8945517 or 9666679. OLE color: 9666679.

HSL color Cylindrical-coordinate representation of color #778093: hue angle of 220.71º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #778093 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 128 147 -
CMYK 0.19 0.13 0 0.42
HSL 220.71º 0.11% 0.52% -
HSV(B) 220.71º 0.19% 0.58% -
XYZ 20.59 21.47 30.66 -
YUV 127.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 119 128 147 0.19 0.13 0 0.42 220.71 0.11 0.52
Hex 77 80 93 13 D 0 2A DD B 34
Octal 167 200 223 23 15 0 52 335 13 64
Binary 1110111 10000000 10010011 10011 1101 0 101010 11011101 1011 110100

Color Harmonies of #778093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778093

Black with #778093

Text Example


Text Example

White with #778093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778093; }

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

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

background-color css

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

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

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

border-color css

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

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

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