Html Css Color HEX #788690 Light Slate Grey

📋 copy color: '#788690'

red 120 ◦ green 134 ◦ blue 144

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

Shades of Light Slate Grey #788690

Tints of Light Slate Grey #788690

RGB

 RED value IS 120 (47.27% from 255) = 30.15%

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

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 30.15%
G = 33.67%
B = 36.18%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#788690 (or 0x788690) is known color: Light Slate Grey. HEX triplet: 78, 86 and 90. RGB value is (120,134,144). Sum of RGB (Red+Green+Blue) = 120+134+144=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #788690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788690 is #87796F. Grayscale: #828282. Windows color (decimal): -8878448 or 9471608. OLE color: 9471608.

HSL color Cylindrical-coordinate representation of color #788690: hue angle of 205º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788690 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 134 144 -
CMYK 0.17 0.07 0 0.44
HSL 205º 0.1% 0.52% -
HSV(B) 205º 0.17% 0.56% -
XYZ 21.3 23.06 29.71 -
YUV 130.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 120 134 144 0.17 0.07 0 0.44 205 0.1 0.52
Hex 78 86 90 11 7 0 2C CD A 34
Octal 170 206 220 21 7 0 54 315 12 64
Binary 1111000 10000110 10010000 10001 111 0 101100 11001101 1010 110100

Color Harmonies of #788690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788690

Black with #788690

Text Example


Text Example

White with #788690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788690; }

 p { color: rgb(120,134,144); }

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

background-color css

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

 a { background-color: rgb(120,134,144); }

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

border-color css

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

 span { border-color: rgb(120,134,144); }

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