Html Css Color HEX #78947C Blue Smoke

📋 copy color: '#78947C'

red 120 ◦ green 148 ◦ blue 124

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

Shades of Blue Smoke #78947C

Tints of Blue Smoke #78947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.76%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 30.61%
G = 37.76%
B = 31.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#78947C (or 0x78947C) is known color: Blue Smoke. HEX triplet: 78, 94 and 7C. RGB value is (120,148,124). Sum of RGB (Red+Green+Blue) = 120+148+124=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #78947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78947C is #876B83. Grayscale: #888888. Windows color (decimal): -8874884 or 8164472. OLE color: 8164472.

HSL color Cylindrical-coordinate representation of color #78947C: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78947C is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 148 124 -
CMYK 0.19 0 0.16 0.42
HSL 128.57º 0.12% 0.53% -
HSV(B) 128.57º 0.19% 0.58% -
XYZ 21.97 26.63 23.05 -
YUV 136.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 120 148 124 0.19 0 0.16 0.42 128.57 0.12 0.53
Hex 78 94 7C 13 0 10 2A 81 C 35
Octal 170 224 174 23 0 20 52 201 14 65
Binary 1111000 10010100 1111100 10011 0 10000 101010 10000001 1100 110101

Color Harmonies of #78947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78947C

Black with #78947C

Text Example


Text Example

White with #78947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78947C; }

 p { color: rgb(120,148,124); }

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

background-color css

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

 a { background-color: rgb(120,148,124); }

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

border-color css

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

 span { border-color: rgb(120,148,124); }

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