#7E867F

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

Shades of Blue Smoke #7E867F

Tints of Blue Smoke #7E867F

Color information

#7E867F (or 0x7E867F) is unknown color: approx Blue Smoke. HEX triplet: 7E, 86 and 7F. RGB value is (126,134,127). Sum of RGB (Red+Green+Blue) = 126+134+127=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 134 - color contains mainly: green. Hex color #7E867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E867F is #817980. Grayscale: #828282. Windows color (decimal): -8485249 or 8357502. OLE color: 8357502.

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

Color convert

RGB126134127-
CMYK0.0600.050.47
HSL127.5º3.2%50.98%-
HSV(B)127.5º5.97%52.55%-
XYZ20.9623.0223.42-
YUV130.81125.85124.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.56%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 127 (50% from 255) = 32.82%
R=32.56%
G=34.63%
B=32.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1261341270.0600.050.47127.53.250.98
Hex7E867F6052F7f333
Octal17620617760557177363
Binary11111101000011011111111100101101111111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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