#73867A

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

Shades of Blue Smoke #73867A

Tints of Blue Smoke #73867A

Color information

#73867A (or 0x73867A) is unknown color: approx Blue Smoke. HEX triplet: 73, 86 and 7A. RGB value is (115,134,122). Sum of RGB (Red+Green+Blue) = 115+134+122=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #73867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73867A is #8C7985. Grayscale: #7E7E7E. Windows color (decimal): -9206150 or 8029811. OLE color: 8029811.

HSL color Cylindrical-coordinate representation of color #73867A: hue angle of 142.11º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #73867A is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB115134122-
CMYK0.1400.090.47
HSL142.11º7.63%48.82%-
HSV(B)142.11º14.18%52.55%-
XYZ19.1122.121.67-
YUV126.95125.21119.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=31.00%
G=36.12%
B=32.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341220.1400.090.47142.117.6348.82
Hex73867AE092F8e831
Octal16320617216011572161061
Binary1110011100001101111010111001001101111100011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,134,122); }

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

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

 a { background-color: rgb(115,134,122); }

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

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

 span { border-color: rgb(115,134,122); }

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