#7B8F81

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

Shades of Blue Smoke #7B8F81

Tints of Blue Smoke #7B8F81

Color information

#7B8F81 (or 0x7B8F81) is unknown color: approx Blue Smoke. HEX triplet: 7B, 8F and 81. RGB value is (123,143,129). Sum of RGB (Red+Green+Blue) = 123+143+129=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 143 - color contains mainly: green. Hex color #7B8F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8F81 is #84707E. Grayscale: #878787. Windows color (decimal): -8679551 or 8490875. OLE color: 8490875.

HSL color Cylindrical-coordinate representation of color #7B8F81: hue angle of 138º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7B8F81 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB123143129-
CMYK0.1400.100.44
HSL138º8.2%52.16%-
HSV(B)138º13.99%56.08%-
XYZ21.9525.4424.52-
YUV135.42124.37119.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.14%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 129 (50.78% from 255) = 32.66%
R=31.14%
G=36.20%
B=32.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231431290.1400.100.441388.252.16
Hex7B8F81E0A2C8a834
Octal17321720116012542121064
Binary11110111000111110000001111001010101100100010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,143,129); }

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

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

 a { background-color: rgb(123,143,129); }

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

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

 span { border-color: rgb(123,143,129); }

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