#7A927F

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

Shades of Blue Smoke #7A927F

Tints of Blue Smoke #7A927F

Color information

#7A927F (or 0x7A927F) is unknown color: approx Blue Smoke. HEX triplet: 7A, 92 and 7F. RGB value is (122,146,127). Sum of RGB (Red+Green+Blue) = 122+146+127=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #7A927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A927F is #856D80. Grayscale: #888888. Windows color (decimal): -8744321 or 8360570. OLE color: 8360570.

HSL color Cylindrical-coordinate representation of color #7A927F: hue angle of 132.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 #7A927F is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB122146127-
CMYK0.1600.130.43
HSL132.5º9.92%52.55%-
HSV(B)132.5º16.44%57.25%-
XYZ22.1426.2323.97-
YUV136.66122.55117.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 127 (50% from 255) = 32.15%
R=30.89%
G=36.96%
B=32.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221461270.1600.130.43132.59.9252.55
Hex7A927F100D2B84a35
Octal17222217720015532041265
Binary11110101001001011111111000001101101011100001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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