#7A947F

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

Shades of Blue Smoke #7A947F

Tints of Blue Smoke #7A947F

Color information

#7A947F (or 0x7A947F) is unknown color: approx Blue Smoke. HEX triplet: 7A, 94 and 7F. RGB value is (122,148,127). Sum of RGB (Red+Green+Blue) = 122+148+127=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #7A947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A947F is #856B80. Grayscale: #898989. Windows color (decimal): -8743809 or 8361082. OLE color: 8361082.

HSL color Cylindrical-coordinate representation of color #7A947F: hue angle of 131.54º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A947F is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB122148127-
CMYK0.1800.140.42
HSL131.54º10.83%52.94%-
HSV(B)131.54º17.57%58.04%-
XYZ22.4526.8524.08-
YUV137.83121.89116.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 127 (50% from 255) = 31.99%
R=30.73%
G=37.28%
B=31.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221481270.1800.140.42131.5410.8352.94
Hex7A947F120E2A84b35
Octal17222417722016522041365
Binary11110101001010011111111001001110101010100001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,148,127); }

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

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

 a { background-color: rgb(122,148,127); }

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

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

 span { border-color: rgb(122,148,127); }

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