#7A867C

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

Shades of Blue Smoke #7A867C

Tints of Blue Smoke #7A867C

Color information

#7A867C (or 0x7A867C) is unknown color: approx Blue Smoke. HEX triplet: 7A, 86 and 7C. RGB value is (122,134,124). Sum of RGB (Red+Green+Blue) = 122+134+124=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #7A867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A867C is #857983. Grayscale: #818181. Windows color (decimal): -8747396 or 8160890. OLE color: 8160890.

HSL color Cylindrical-coordinate representation of color #7A867C: hue angle of 130º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A867C is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB122134124-
CMYK0.0900.070.47
HSL130º4.72%50.2%-
HSV(B)130º8.96%52.55%-
XYZ20.1922.6422.38-
YUV129.27125.02122.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.11%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=32.11%
G=35.26%
B=32.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221341240.0900.070.471304.7250.2
Hex7A867C9072F82532
Octal172206174110757202562
Binary11110101000011011111001001011110111110000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A867C; }

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

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

<style>
 a { background-color: #7A867C; }

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

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

<style>
 span { border-color: #7A867C; }

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

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