#7B897E

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

Shades of Blue Smoke #7B897E

Tints of Blue Smoke #7B897E

Color information

#7B897E (or 0x7B897E) is unknown color: approx Blue Smoke. HEX triplet: 7B, 89 and 7E. RGB value is (123,137,126). Sum of RGB (Red+Green+Blue) = 123+137+126=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 137 - color contains mainly: green. Hex color #7B897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B897E is #847681. Grayscale: #838383. Windows color (decimal): -8681090 or 8292731. OLE color: 8292731.

HSL color Cylindrical-coordinate representation of color #7B897E: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B897E is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB123137126-
CMYK0.1000.080.46
HSL132.86º5.6%50.98%-
HSV(B)132.86º10.22%53.73%-
XYZ20.8823.6123.2-
YUV131.56124.86121.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.87%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=31.87%
G=35.49%
B=32.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1231371260.1000.080.46132.865.650.98
Hex7B897EA082E85633
Octal1732111761201056205663
Binary111101110001001111111010100100010111010000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,137,126); }

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

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

 a { background-color: rgb(123,137,126); }

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

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

 span { border-color: rgb(123,137,126); }

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