#7D8F84

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

Shades of Blue Smoke #7D8F84

Tints of Blue Smoke #7D8F84

Color information

#7D8F84 (or 0x7D8F84) is unknown color: approx Blue Smoke. HEX triplet: 7D, 8F and 84. RGB value is (125,143,132). Sum of RGB (Red+Green+Blue) = 125+143+132=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 143 - color contains mainly: green. Hex color #7D8F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8F84 is #82707B. Grayscale: #888888. Windows color (decimal): -8548476 or 8687485. OLE color: 8687485.

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

Color convert

RGB125143132-
CMYK0.1300.080.44
HSL143.33º7.44%52.55%-
HSV(B)143.33º12.59%56.08%-
XYZ22.4425.6725.6-
YUV136.36125.54119.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 132 (51.95% from 255) = 33%
R=31.25%
G=35.75%
B=33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1251431320.1300.080.44143.337.4452.55
Hex7D8F84D082C8f735
Octal1752172041501054217765
Binary1111101100011111000010011010100010110010001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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