#7A8F7D

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

Shades of Blue Smoke #7A8F7D

Tints of Blue Smoke #7A8F7D

Color information

#7A8F7D (or 0x7A8F7D) is unknown color: approx Blue Smoke. HEX triplet: 7A, 8F and 7D. RGB value is (122,143,125). Sum of RGB (Red+Green+Blue) = 122+143+125=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8F7D is #857082. Grayscale: #868686. Windows color (decimal): -8745091 or 8228730. OLE color: 8228730.

HSL color Cylindrical-coordinate representation of color #7A8F7D: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A8F7D is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB122143125-
CMYK0.1500.130.44
HSL128.57º8.57%51.96%-
HSV(B)128.57º14.69%56.08%-
XYZ21.5525.2623.14-
YUV134.67122.54118.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.28%
GREEN value IS 143 (56.25% from 255) = 36.67%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=31.28%
G=36.67%
B=32.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221431250.1500.130.44128.578.5751.96
Hex7A8F7DF0D2C81934
Octal17221717517015542011164
Binary1111010100011111111101111101101101100100000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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