#7D857F

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

Shades of Blue Smoke #7D857F

Tints of Blue Smoke #7D857F

Color information

#7D857F (or 0x7D857F) is unknown color: approx Blue Smoke. HEX triplet: 7D, 85 and 7F. RGB value is (125,133,127). Sum of RGB (Red+Green+Blue) = 125+133+127=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 133 - color contains mainly: green. Hex color #7D857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D857F is #827A80. Grayscale: #818181. Windows color (decimal): -8551041 or 8357245. OLE color: 8357245.

HSL color Cylindrical-coordinate representation of color #7D857F: hue angle of 135º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D857F is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB125133127-
CMYK0.0600.050.48
HSL135º3.17%50.59%-
HSV(B)135º6.02%52.16%-
XYZ20.6822.6723.36-
YUV129.92126.35124.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.47%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 127 (50% from 255) = 32.99%
R=32.47%
G=34.55%
B=32.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1251331270.0600.050.481353.1750.59
Hex7D857F6053087333
Octal17520517760560207363
Binary111110110000101111111111001011100001000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,133,127); }

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

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

 a { background-color: rgb(125,133,127); }

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

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

 span { border-color: rgb(125,133,127); }

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