#7B857F

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

Shades of Blue Smoke #7B857F

Tints of Blue Smoke #7B857F

Color information

#7B857F (or 0x7B857F) is unknown color: approx Blue Smoke. HEX triplet: 7B, 85 and 7F. RGB value is (123,133,127). Sum of RGB (Red+Green+Blue) = 123+133+127=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #7B857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B857F is #847A80. Grayscale: #818181. Windows color (decimal): -8682113 or 8357243. OLE color: 8357243.

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

Color convert

RGB123133127-
CMYK0.0800.050.48
HSL144º3.94%50.2%-
HSV(B)144º7.52%52.16%-
XYZ20.3922.5223.35-
YUV129.33126.69123.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.11%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 127 (50% from 255) = 33.16%
R=32.11%
G=34.73%
B=33.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1231331270.0800.050.481443.9450.2
Hex7B857F8053090432
Octal173205177100560220462
Binary11110111000010111111111000010111000010010000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,133,127); }

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

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

 a { background-color: rgb(123,133,127); }

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

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

 span { border-color: rgb(123,133,127); }

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