#78877A

Color #78877A Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #78877A

Tints of Blue Smoke #78877A

Color information

#78877A (or 0x78877A) is unknown color: approx Blue Smoke. HEX triplet: 78, 87 and 7A. RGB value is (120,135,122). Sum of RGB (Red+Green+Blue) = 120+135+122=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #78877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78877A is #877885. Grayscale: #818181. Windows color (decimal): -8878214 or 8030072. OLE color: 8030072.

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

Color convert

RGB120135122-
CMYK0.1100.100.47
HSL128º5.88%50%-
HSV(B)128º11.11%52.94%-
XYZ19.9222.7321.75-
YUV129.03124.03121.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=31.83%
G=35.81%
B=32.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201351220.1100.100.471285.8850
Hex78877AB0A2F80632
Octal1702071721301257200662
Binary111100010000111111101010110101010111110000000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,135,122); }

 H1.HeaderClassName
 {
   color: #78877A;
 }
 .AnyTagClassName
 {
   color: #78877A;
 }
</style>
background-color css

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

 a { background-color: rgb(120,135,122); }

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

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

 span { border-color: rgb(120,135,122); }

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