#7A927D

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

Shades of Blue Smoke #7A927D

Tints of Blue Smoke #7A927D

Color information

#7A927D (or 0x7A927D) is unknown color: approx Blue Smoke. HEX triplet: 7A, 92 and 7D. RGB value is (122,146,125). Sum of RGB (Red+Green+Blue) = 122+146+125=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #7A927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A927D is #856D82. Grayscale: #888888. Windows color (decimal): -8744323 or 8229498. OLE color: 8229498.

HSL color Cylindrical-coordinate representation of color #7A927D: hue angle of 127.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A927D is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB122146125-
CMYK0.1600.140.43
HSL127.5º9.92%52.55%-
HSV(B)127.5º16.44%57.25%-
XYZ22.0126.1823.29-
YUV136.43121.55117.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.04%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=31.04%
G=37.15%
B=31.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221461250.1600.140.43127.59.9252.55
Hex7A927D100E2B80a35
Octal17222217520016532001265
Binary11110101001001011111011000001110101011100000001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,146,125); }

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

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

 a { background-color: rgb(122,146,125); }

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

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

 span { border-color: rgb(122,146,125); }

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