#7B808B

Color #7B808B Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #7B808B

Tints of Storm Grey #7B808B

Color information

#7B808B (or 0x7B808B) is unknown color: approx Storm Grey. HEX triplet: 7B, 80 and 8B. RGB value is (123,128,139). Sum of RGB (Red+Green+Blue) = 123+128+139=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B808B is #847F74. Grayscale: #7F7F7F. Windows color (decimal): -8683381 or 9142395. OLE color: 9142395.

HSL color Cylindrical-coordinate representation of color #7B808B: hue angle of 221.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B808B is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB123128139-
CMYK0.120.0800.45
HSL221.25º6.45%51.37%-
HSV(B)221.25º11.51%54.51%-
XYZ20.5521.5127.5-
YUV127.76134.34124.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=31.54%
G=32.82%
B=35.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1231281390.120.0800.45221.256.4551.37
Hex7B808BC802Ddd633
Octal1732002131410055335663
Binary1111011100000001000101111001000010110111011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,128,139); }

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

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

 a { background-color: rgb(123,128,139); }

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

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

 span { border-color: rgb(123,128,139); }

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