#7B827C

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

Shades of Blue Smoke #7B827C

Tints of Blue Smoke #7B827C

Color information

#7B827C (or 0x7B827C) is unknown color: approx Blue Smoke. HEX triplet: 7B, 82 and 7C. RGB value is (123,130,124). Sum of RGB (Red+Green+Blue) = 123+130+124=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 130 - color contains mainly: green. Hex color #7B827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B827C is #847D83. Grayscale: #7F7F7F. Windows color (decimal): -8682884 or 8159867. OLE color: 8159867.

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

Color convert

RGB123130124-
CMYK0.0500.050.49
HSL128.57º2.77%49.61%-
HSV(B)128.57º5.38%50.98%-
XYZ19.7921.6322.2-
YUV127.22126.18124.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.63%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=32.63%
G=34.48%
B=32.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1231301240.0500.050.49128.572.7749.61
Hex7B827C5053181332
Octal17320217450561201362
Binary111101110000010111110010101011100011000000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,130,124); }

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

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

 a { background-color: rgb(123,130,124); }

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

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

 span { border-color: rgb(123,130,124); }

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