#78847B

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

Shades of Blue Smoke #78847B

Tints of Blue Smoke #78847B

Color information

#78847B (or 0x78847B) is unknown color: approx Blue Smoke. HEX triplet: 78, 84 and 7B. RGB value is (120,132,123). Sum of RGB (Red+Green+Blue) = 120+132+123=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 132 - color contains mainly: green. Hex color #78847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78847B is #877B84. Grayscale: #7F7F7F. Windows color (decimal): -8878981 or 8094840. OLE color: 8094840.

HSL color Cylindrical-coordinate representation of color #78847B: hue angle of 135º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #78847B is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB120132123-
CMYK0.0900.070.48
HSL135º4.76%49.41%-
HSV(B)135º9.09%51.76%-
XYZ19.5721.9321.94-
YUV127.39125.52122.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=32%
G=35.2%
B=32.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201321230.0900.070.481354.7649.41
Hex78847B9073087531
Octal170204173110760207561
Binary11110001000010011110111001011111000010000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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