#7A937F

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

Shades of Blue Smoke #7A937F

Tints of Blue Smoke #7A937F

Color information

#7A937F (or 0x7A937F) is unknown color: approx Blue Smoke. HEX triplet: 7A, 93 and 7F. RGB value is (122,147,127). Sum of RGB (Red+Green+Blue) = 122+147+127=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #7A937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A937F is #856C80. Grayscale: #898989. Windows color (decimal): -8744065 or 8360826. OLE color: 8360826.

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

Color convert

RGB122147127-
CMYK0.1700.140.42
HSL132º10.37%52.75%-
HSV(B)132º17.01%57.65%-
XYZ22.2926.5424.03-
YUV137.24122.22117.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.81%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 127 (50% from 255) = 32.07%
R=30.81%
G=37.12%
B=32.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221471270.1700.140.4213210.3752.75
Hex7A937F110E2A84a35
Octal17222317721016522041265
Binary11110101001001111111111000101110101010100001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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