#7C847D

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

Shades of Blue Smoke #7C847D

Tints of Blue Smoke #7C847D

Color information

#7C847D (or 0x7C847D) is unknown color: approx Blue Smoke. HEX triplet: 7C, 84 and 7D. RGB value is (124,132,125). Sum of RGB (Red+Green+Blue) = 124+132+125=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 132 - color contains mainly: green. Hex color #7C847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C847D is #837B82. Grayscale: #808080. Windows color (decimal): -8616835 or 8225916. OLE color: 8225916.

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

Color convert

RGB124132125-
CMYK0.0600.050.48
HSL127.5º3.15%50.2%-
HSV(B)127.5º6.06%51.76%-
XYZ20.2722.2722.63-
YUV128.81125.85124.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.55%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=32.55%
G=34.65%
B=32.81%

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
Decimal1241321250.0600.050.48127.53.1550.2
Hex7C847D605307f332
Octal17420417560560177362
Binary11111001000010011111011100101110000111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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