Html Css Color HEX #778692 Light Slate Grey

📋 copy color: '#778692'

red 119 ◦ green 134 ◦ blue 146

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

Shades of Light Slate Grey #778692

Tints of Light Slate Grey #778692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 29.82%
G = 33.58%
B = 36.59%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#778692 (or 0x778692) is known color: Light Slate Grey. HEX triplet: 77, 86 and 92. RGB value is (119,134,146). Sum of RGB (Red+Green+Blue) = 119+134+146=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #778692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778692 is #88796D. Grayscale: #828282. Windows color (decimal): -8943982 or 9602679. OLE color: 9602679.

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

Color convert

RGB 119 134 146 -
CMYK 0.18 0.08 0 0.43
HSL 206.67º 0.11% 0.52% -
HSV(B) 206.67º 0.18% 0.57% -
XYZ 21.32 23.05 30.52 -
YUV 130.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 119 134 146 0.18 0.08 0 0.43 206.67 0.11 0.52
Hex 77 86 92 12 8 0 2B CF B 34
Octal 167 206 222 22 10 0 53 317 13 64
Binary 1110111 10000110 10010010 10010 1000 0 101011 11001111 1011 110100

Color Harmonies of #778692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778692

Black with #778692

Text Example


Text Example

White with #778692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778692; }

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

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

background-color css

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

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

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

border-color css

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

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

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