Html Css Color HEX #778095 Slate Grey

📋 copy color: '#778095'

red 119 ◦ green 128 ◦ blue 149

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

Shades of Slate Grey #778095

Tints of Slate Grey #778095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 30.05%
G = 32.32%
B = 37.63%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#778095 (or 0x778095) is known color: Slate Grey. HEX triplet: 77, 80 and 95. RGB value is (119,128,149). Sum of RGB (Red+Green+Blue) = 119+128+149=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #778095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778095 is #887F6A. Grayscale: #7F7F7F. Windows color (decimal): -8945515 or 9797751. OLE color: 9797751.

HSL color Cylindrical-coordinate representation of color #778095: hue angle of 222º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778095 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 128 149 -
CMYK 0.20 0.14 0 0.42
HSL 222º 0.12% 0.53% -
HSV(B) 222º 0.2% 0.58% -
XYZ 20.75 21.53 31.5 -
YUV 127.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 119 128 149 0.20 0.14 0 0.42 222 0.12 0.53
Hex 77 80 95 14 E 0 2A DE C 35
Octal 167 200 225 24 16 0 52 336 14 65
Binary 1110111 10000000 10010101 10100 1110 0 101010 11011110 1100 110101

Color Harmonies of #778095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778095

Black with #778095

Text Example


Text Example

White with #778095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778095; }

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

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

background-color css

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

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

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

border-color css

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

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

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