Html Css Color HEX #778791 Light Slate Grey

📋 copy color: '#778791'

red 119 ◦ green 135 ◦ blue 145

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

Shades of Light Slate Grey #778791

Tints of Light Slate Grey #778791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 29.82%
G = 33.83%
B = 36.34%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#778791 (or 0x778791) is known color: Light Slate Grey. HEX triplet: 77, 87 and 91. RGB value is (119,135,145). Sum of RGB (Red+Green+Blue) = 119+135+145=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #778791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778791 is #88786E. Grayscale: #838383. Windows color (decimal): -8943727 or 9537399. OLE color: 9537399.

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

Color convert

RGB 119 135 145 -
CMYK 0.18 0.07 0 0.43
HSL 203.08º 0.11% 0.52% -
HSV(B) 203.08º 0.18% 0.57% -
XYZ 21.38 23.29 30.16 -
YUV 131.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 119 135 145 0.18 0.07 0 0.43 203.08 0.11 0.52
Hex 77 87 91 12 7 0 2B CB B 34
Octal 167 207 221 22 7 0 53 313 13 64
Binary 1110111 10000111 10010001 10010 111 0 101011 11001011 1011 110100

Color Harmonies of #778791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778791

Black with #778791

Text Example


Text Example

White with #778791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778791; }

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

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

background-color css

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

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

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

border-color css

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

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

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