Html Css Color HEX #778596 Light Slate Grey

📋 copy color: '#778596'

red 119 ◦ green 133 ◦ blue 150

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

Shades of Light Slate Grey #778596

Tints of Light Slate Grey #778596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.08%

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 29.6%
G = 33.08%
B = 37.31%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#778596 (or 0x778596) is known color: Light Slate Grey. HEX triplet: 77, 85 and 96. RGB value is (119,133,150). Sum of RGB (Red+Green+Blue) = 119+133+150=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: blue. Hex color #778596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778596 is #887A69. Grayscale: #828282. Windows color (decimal): -8944234 or 9864567. OLE color: 9864567.

HSL color Cylindrical-coordinate representation of color #778596: hue angle of 212.9º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #778596 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 133 150 -
CMYK 0.21 0.11 0 0.41
HSL 212.9º 0.13% 0.53% -
HSV(B) 212.9º 0.21% 0.59% -
XYZ 21.5 22.9 32.14 -
YUV 130.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 119 133 150 0.21 0.11 0 0.41 212.9 0.13 0.53
Hex 77 85 96 15 B 0 29 D5 D 35
Octal 167 205 226 25 13 0 51 325 15 65
Binary 1110111 10000101 10010110 10101 1011 0 101001 11010101 1101 110101

Color Harmonies of #778596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778596

Black with #778596

Text Example


Text Example

White with #778596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778596; }

 p { color: rgb(119,133,150); }

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

background-color css

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

 a { background-color: rgb(119,133,150); }

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

border-color css

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

 span { border-color: rgb(119,133,150); }

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