Html Css Color HEX #78907C Blue Smoke

📋 copy color: '#78907C'

red 120 ◦ green 144 ◦ blue 124

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

Shades of Blue Smoke #78907C

Tints of Blue Smoke #78907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.11%

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

R = 30.93%
G = 37.11%
B = 31.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#78907C (or 0x78907C) is known color: Blue Smoke. HEX triplet: 78, 90 and 7C. RGB value is (120,144,124). Sum of RGB (Red+Green+Blue) = 120+144+124=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #78907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78907C is #876F83. Grayscale: #868686. Windows color (decimal): -8875908 or 8163448. OLE color: 8163448.

HSL color Cylindrical-coordinate representation of color #78907C: hue angle of 130º 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 #78907C is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 144 124 -
CMYK 0.17 0 0.14 0.44
HSL 130º 0.1% 0.52% -
HSV(B) 130º 0.17% 0.56% -
XYZ 21.36 25.39 22.84 -
YUV 134.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 120 144 124 0.17 0 0.14 0.44 130 0.1 0.52
Hex 78 90 7C 11 0 E 2C 82 A 34
Octal 170 220 174 21 0 16 54 202 12 64
Binary 1111000 10010000 1111100 10001 0 1110 101100 10000010 1010 110100

Color Harmonies of #78907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78907C

Black with #78907C

Text Example


Text Example

White with #78907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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