#7D8B81

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

Shades of Blue Smoke #7D8B81

Tints of Blue Smoke #7D8B81

Color information

#7D8B81 (or 0x7D8B81) is unknown color: approx Blue Smoke. HEX triplet: 7D, 8B and 81. RGB value is (125,139,129). Sum of RGB (Red+Green+Blue) = 125+139+129=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 139 - color contains mainly: green. Hex color #7D8B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8B81 is #82747E. Grayscale: #858585. Windows color (decimal): -8549503 or 8489853. OLE color: 8489853.

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

Color convert

RGB125139129-
CMYK0.1000.070.45
HSL137.14º5.69%51.76%-
HSV(B)137.14º10.07%54.51%-
XYZ21.6524.4124.34-
YUV133.67125.36121.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.81%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=31.81%
G=35.37%
B=32.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1251391290.1000.070.45137.145.6951.76
Hex7D8B81A072D89634
Octal175213201120755211664
Binary111110110001011100000011010011110110110001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,139,129); }

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

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

 a { background-color: rgb(125,139,129); }

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

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

 span { border-color: rgb(125,139,129); }

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