#7C897D

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

Shades of Blue Smoke #7C897D

Tints of Blue Smoke #7C897D

Color information

#7C897D (or 0x7C897D) is unknown color: approx Blue Smoke. HEX triplet: 7C, 89 and 7D. RGB value is (124,137,125). Sum of RGB (Red+Green+Blue) = 124+137+125=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 137 - color contains mainly: green. Hex color #7C897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C897D is #837682. Grayscale: #838383. Windows color (decimal): -8615555 or 8227196. OLE color: 8227196.

HSL color Cylindrical-coordinate representation of color #7C897D: hue angle of 124.62º 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 #7C897D is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB124137125-
CMYK0.0900.090.46
HSL124.62º5.22%51.18%-
HSV(B)124.62º9.49%53.73%-
XYZ20.9623.6622.86-
YUV131.74124.19122.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.12%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=32.12%
G=35.49%
B=32.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1241371250.0900.090.46124.625.2251.18
Hex7C897D9092E7d533
Octal1742111751101156175563
Binary11111001000100111111011001010011011101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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