Html Css Color HEX #78837C Blue Smoke

📋 copy color: '#78837C'

red 120 ◦ green 131 ◦ blue 124

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

Shades of Blue Smoke #78837C

Tints of Blue Smoke #78837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

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

R = 32%
G = 34.93%
B = 33.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#78837C (or 0x78837C) is known color: Blue Smoke. HEX triplet: 78, 83 and 7C. RGB value is (120,131,124). Sum of RGB (Red+Green+Blue) = 120+131+124=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 131 - color contains mainly: green. Hex color #78837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78837C is #877C83. Grayscale: #7E7E7E. Windows color (decimal): -8879236 or 8160120. OLE color: 8160120.

HSL color Cylindrical-coordinate representation of color #78837C: hue angle of 141.82º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #78837C is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 131 124 -
CMYK 0.08 0 0.05 0.49
HSL 141.82º 0.04% 0.49% -
HSV(B) 141.82º 0.08% 0.51% -
XYZ 19.5 21.68 22.23 -
YUV 126.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 120 131 124 0.08 0 0.05 0.49 141.82 0.04 0.49
Hex 78 83 7C 8 0 5 31 8E 4 31
Octal 170 203 174 10 0 5 61 216 4 61
Binary 1111000 10000011 1111100 1000 0 101 110001 10001110 100 110001

Color Harmonies of #78837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78837C

Black with #78837C

Text Example


Text Example

White with #78837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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