#78887B

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

Shades of Blue Smoke #78887B

Tints of Blue Smoke #78887B

Color information

#78887B (or 0x78887B) is unknown color: approx Blue Smoke. HEX triplet: 78, 88 and 7B. RGB value is (120,136,123). Sum of RGB (Red+Green+Blue) = 120+136+123=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #78887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78887B is #877784. Grayscale: #818181. Windows color (decimal): -8877957 or 8095864. OLE color: 8095864.

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

Color convert

RGB120136123-
CMYK0.1200.100.47
HSL131.25º6.3%50.2%-
HSV(B)131.25º11.76%53.33%-
XYZ20.1323.0322.12-
YUV129.73124.2121.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=31.66%
G=35.88%
B=32.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201361230.1200.100.47131.256.350.2
Hex78887BC0A2F83632
Octal1702101731401257203662
Binary111100010001000111101111000101010111110000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78887B; }

 p { color: rgb(120,136,123); }

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

<style>
 a { background-color: #78887B; }

 a { background-color: rgb(120,136,123); }

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

<style>
 span { border-color: #78887B; }

 span { border-color: rgb(120,136,123); }

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