#7A917F

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

Shades of Blue Smoke #7A917F

Tints of Blue Smoke #7A917F

Color information

#7A917F (or 0x7A917F) is unknown color: approx Blue Smoke. HEX triplet: 7A, 91 and 7F. RGB value is (122,145,127). Sum of RGB (Red+Green+Blue) = 122+145+127=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #7A917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A917F is #856E80. Grayscale: #888888. Windows color (decimal): -8744577 or 8360314. OLE color: 8360314.

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

Color convert

RGB122145127-
CMYK0.1600.120.43
HSL133.04º9.47%52.35%-
HSV(B)133.04º15.86%56.86%-
XYZ21.9825.9223.92-
YUV136.07122.88117.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.96%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 127 (50% from 255) = 32.23%
R=30.96%
G=36.80%
B=32.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221451270.1600.120.43133.049.4752.35
Hex7A917F100C2B85934
Octal17222117720014532051164
Binary11110101001000111111111000001100101011100001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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