Html Css Color HEX #78867C Blue Smoke

📋 copy color: '#78867C'

red 120 ◦ green 134 ◦ blue 124

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

Shades of Blue Smoke #78867C

Tints of Blue Smoke #78867C

RGB

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

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

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

R = 31.75%
G = 35.45%
B = 32.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#78867C (or 0x78867C) is known color: Blue Smoke. HEX triplet: 78, 86 and 7C. RGB value is (120,134,124). Sum of RGB (Red+Green+Blue) = 120+134+124=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #78867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78867C is #877983. Grayscale: #808080. Windows color (decimal): -8878468 or 8160888. OLE color: 8160888.

HSL color Cylindrical-coordinate representation of color #78867C: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #78867C is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 134 124 -
CMYK 0.10 0 0.07 0.47
HSL 137.14º 0.06% 0.5% -
HSV(B) 137.14º 0.1% 0.53% -
XYZ 19.91 22.5 22.36 -
YUV 128.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 120 134 124 0.10 0 0.07 0.47 137.14 0.06 0.5
Hex 78 86 7C A 0 7 2F 89 6 32
Octal 170 206 174 12 0 7 57 211 6 62
Binary 1111000 10000110 1111100 1010 0 111 101111 10001001 110 110010

Color Harmonies of #78867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78867C

Black with #78867C

Text Example


Text Example

White with #78867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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