Html Css Color HEX #78889A Light Slate Grey

📋 copy color: '#78889A'

red 120 ◦ green 136 ◦ blue 154

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

Shades of Light Slate Grey #78889A

Tints of Light Slate Grey #78889A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 29.27%
G = 33.17%
B = 37.56%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78889A (or 0x78889A) is known color: Light Slate Grey. HEX triplet: 78, 88 and 9A. RGB value is (120,136,154). Sum of RGB (Red+Green+Blue) = 120+136+154=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #78889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78889A is #877765. Grayscale: #858585. Windows color (decimal): -8877926 or 10127480. OLE color: 10127480.

HSL color Cylindrical-coordinate representation of color #78889A: hue angle of 211.76º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78889A is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 136 154 -
CMYK 0.22 0.12 0 0.40
HSL 211.76º 0.14% 0.54% -
HSV(B) 211.76º 0.22% 0.6% -
XYZ 22.38 23.93 34.01 -
YUV 133.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 120 136 154 0.22 0.12 0 0.40 211.76 0.14 0.54
Hex 78 88 9A 16 C 0 28 D4 E 36
Octal 170 210 232 26 14 0 50 324 16 66
Binary 1111000 10001000 10011010 10110 1100 0 101000 11010100 1110 110110

Color Harmonies of #78889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78889A

Black with #78889A

Text Example


Text Example

White with #78889A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78889A; }

 p { color: rgb(120,136,154); }

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

background-color css

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

 a { background-color: rgb(120,136,154); }

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

border-color css

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

 span { border-color: rgb(120,136,154); }

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