#7D8D80

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

Shades of Blue Smoke #7D8D80

Tints of Blue Smoke #7D8D80

Color information

#7D8D80 (or 0x7D8D80) is unknown color: approx Blue Smoke. HEX triplet: 7D, 8D and 80. RGB value is (125,141,128). Sum of RGB (Red+Green+Blue) = 125+141+128=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8D80 is #82727F. Grayscale: #868686. Windows color (decimal): -8548992 or 8424829. OLE color: 8424829.

HSL color Cylindrical-coordinate representation of color #7D8D80: hue angle of 131.25º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7D8D80 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB125141128-
CMYK0.1100.090.45
HSL131.25º6.56%52.16%-
HSV(B)131.25º11.35%55.29%-
XYZ21.8824.9724.09-
YUV134.73124.2121.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.73%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 128 (50.39% from 255) = 32.49%
R=31.73%
G=35.79%
B=32.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1251411280.1100.090.45131.256.5652.16
Hex7D8D80B092D83734
Octal1752152001301155203764
Binary1111101100011011000000010110100110110110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,141,128); }

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

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

 a { background-color: rgb(125,141,128); }

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

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

 span { border-color: rgb(125,141,128); }

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