#7C897F

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

Shades of Blue Smoke #7C897F

Tints of Blue Smoke #7C897F

Color information

#7C897F (or 0x7C897F) is unknown color: approx Blue Smoke. HEX triplet: 7C, 89 and 7F. RGB value is (124,137,127). Sum of RGB (Red+Green+Blue) = 124+137+127=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #7C897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C897F is #837680. Grayscale: #848484. Windows color (decimal): -8615553 or 8358268. OLE color: 8358268.

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

Color convert

RGB124137127-
CMYK0.0900.070.46
HSL133.85º5.22%51.18%-
HSV(B)133.85º9.49%53.73%-
XYZ21.0923.7123.54-
YUV131.97125.19122.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.96%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 127 (50% from 255) = 32.73%
R=31.96%
G=35.31%
B=32.73%

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
Decimal1241371270.0900.070.46133.855.2251.18
Hex7C897F9072E86533
Octal174211177110756206563
Binary11111001000100111111111001011110111010000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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