#7C867E

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

Shades of Blue Smoke #7C867E

Tints of Blue Smoke #7C867E

Color information

#7C867E (or 0x7C867E) is unknown color: approx Blue Smoke. HEX triplet: 7C, 86 and 7E. RGB value is (124,134,126). Sum of RGB (Red+Green+Blue) = 124+134+126=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #7C867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C867E is #837981. Grayscale: #828282. Windows color (decimal): -8616322 or 8291964. OLE color: 8291964.

HSL color Cylindrical-coordinate representation of color #7C867E: hue angle of 132º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C867E is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB124134126-
CMYK0.0700.060.47
HSL132º3.97%50.59%-
HSV(B)132º7.46%52.55%-
XYZ20.622.8423.06-
YUV130.1125.69123.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.29%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=32.29%
G=34.90%
B=32.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1241341260.0700.060.471323.9750.59
Hex7C867E7062F84433
Octal17420617670657204463
Binary1111100100001101111110111011010111110000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,134,126); }

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

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

 a { background-color: rgb(124,134,126); }

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

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

 span { border-color: rgb(124,134,126); }

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