Html Css Color HEX #778892 Light Slate Grey

📋 copy color: '#778892'

red 119 ◦ green 136 ◦ blue 146

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

Shades of Light Slate Grey #778892

Tints of Light Slate Grey #778892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 29.68%
G = 33.92%
B = 36.41%

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

#778892 (or 0x778892) is known color: Light Slate Grey. HEX triplet: 77, 88 and 92. RGB value is (119,136,146). Sum of RGB (Red+Green+Blue) = 119+136+146=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #778892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778892 is #88776D. Grayscale: #848484. Windows color (decimal): -8943470 or 9603191. OLE color: 9603191.

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

Color convert

RGB 119 136 146 -
CMYK 0.18 0.07 0 0.43
HSL 202.22º 0.11% 0.52% -
HSV(B) 202.22º 0.18% 0.57% -
XYZ 21.6 23.61 30.61 -
YUV 132.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 119 136 146 0.18 0.07 0 0.43 202.22 0.11 0.52
Hex 77 88 92 12 7 0 2B CA B 34
Octal 167 210 222 22 7 0 53 312 13 64
Binary 1110111 10001000 10010010 10010 111 0 101011 11001010 1011 110100

Color Harmonies of #778892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778892

Black with #778892

Text Example


Text Example

White with #778892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778892; }

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

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

background-color css

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

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

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

border-color css

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

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

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