#7B857D

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

Shades of Blue Smoke #7B857D

Tints of Blue Smoke #7B857D

Color information

#7B857D (or 0x7B857D) is unknown color: approx Blue Smoke. HEX triplet: 7B, 85 and 7D. RGB value is (123,133,125). Sum of RGB (Red+Green+Blue) = 123+133+125=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 133 - color contains mainly: green. Hex color #7B857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B857D is #847A82. Grayscale: #818181. Windows color (decimal): -8682115 or 8226171. OLE color: 8226171.

HSL color Cylindrical-coordinate representation of color #7B857D: hue angle of 132º 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 #7B857D is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB123133125-
CMYK0.0800.060.48
HSL132º3.94%50.2%-
HSV(B)132º7.52%52.16%-
XYZ20.2622.4722.67-
YUV129.1125.69123.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.28%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=32.28%
G=34.91%
B=32.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1231331250.0800.060.481323.9450.2
Hex7B857D8063084432
Octal173205175100660204462
Binary11110111000010111111011000011011000010000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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