Html Css Color HEX #778795 Light Slate Grey

📋 copy color: '#778795'

red 119 ◦ green 135 ◦ blue 149

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

Shades of Light Slate Grey #778795

Tints of Light Slate Grey #778795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

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

R = 29.53%
G = 33.5%
B = 36.97%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#778795 (or 0x778795) is known color: Light Slate Grey. HEX triplet: 77, 87 and 95. RGB value is (119,135,149). Sum of RGB (Red+Green+Blue) = 119+135+149=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #778795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778795 is #88786A. Grayscale: #838383. Windows color (decimal): -8943723 or 9799543. OLE color: 9799543.

HSL color Cylindrical-coordinate representation of color #778795: hue angle of 208º 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 #778795 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 135 149 -
CMYK 0.20 0.09 0 0.42
HSL 208º 0.12% 0.53% -
HSV(B) 208º 0.2% 0.58% -
XYZ 21.7 23.42 31.81 -
YUV 131.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 119 135 149 0.20 0.09 0 0.42 208 0.12 0.53
Hex 77 87 95 14 9 0 2A D0 C 35
Octal 167 207 225 24 11 0 52 320 14 65
Binary 1110111 10000111 10010101 10100 1001 0 101010 11010000 1100 110101

Color Harmonies of #778795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778795

Black with #778795

Text Example


Text Example

White with #778795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778795; }

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

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

background-color css

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

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

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

border-color css

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

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

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