#7F8D81

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

Shades of Blue Smoke #7F8D81

Tints of Blue Smoke #7F8D81

Color information

#7F8D81 (or 0x7F8D81) is unknown color: approx Blue Smoke. HEX triplet: 7F, 8D and 81. RGB value is (127,141,129). Sum of RGB (Red+Green+Blue) = 127+141+129=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8D81 is #80727E. Grayscale: #878787. Windows color (decimal): -8417919 or 8490367. OLE color: 8490367.

HSL color Cylindrical-coordinate representation of color #7F8D81: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F8D81 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB127141129-
CMYK0.1000.090.45
HSL128.57º5.79%52.55%-
HSV(B)128.57º9.93%55.29%-
XYZ22.2425.1524.45-
YUV135.45124.36121.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.99%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=31.99%
G=35.52%
B=32.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271411290.1000.090.45128.575.7952.55
Hex7F8D81A092D81635
Octal1772152011201155201665
Binary1111111100011011000000110100100110110110000001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,141,129); }

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

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

 a { background-color: rgb(127,141,129); }

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

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

 span { border-color: rgb(127,141,129); }

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