#7D897F

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

Shades of Blue Smoke #7D897F

Tints of Blue Smoke #7D897F

Color information

#7D897F (or 0x7D897F) is unknown color: approx Blue Smoke. HEX triplet: 7D, 89 and 7F. RGB value is (125,137,127). Sum of RGB (Red+Green+Blue) = 125+137+127=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #7D897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D897F is #827680. Grayscale: #848484. Windows color (decimal): -8550017 or 8358269. OLE color: 8358269.

HSL color Cylindrical-coordinate representation of color #7D897F: hue angle of 130º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D897F is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB125137127-
CMYK0.0900.070.46
HSL130º4.84%51.37%-
HSV(B)130º8.76%53.73%-
XYZ21.2323.7823.55-
YUV132.27125.02122.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.13%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 127 (50% from 255) = 32.65%
R=32.13%
G=35.22%
B=32.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1251371270.0900.070.461304.8451.37
Hex7D897F9072E82533
Octal175211177110756202563
Binary11111011000100111111111001011110111010000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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