#7B818B

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

Shades of Slate Grey #7B818B

Tints of Slate Grey #7B818B

Color information

#7B818B (or 0x7B818B) is unknown color: approx Slate Grey. HEX triplet: 7B, 81 and 8B. RGB value is (123,129,139). Sum of RGB (Red+Green+Blue) = 123+129+139=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B818B is #847E74. Grayscale: #808080. Windows color (decimal): -8683125 or 9142651. OLE color: 9142651.

HSL color Cylindrical-coordinate representation of color #7B818B: hue angle of 217.5º 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 #7B818B is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB123129139-
CMYK0.120.0700.45
HSL217.5º6.45%51.37%-
HSV(B)217.5º11.51%54.51%-
XYZ20.6821.7827.54-
YUV128.35134.01124.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.46%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=31.46%
G=32.99%
B=35.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1231291390.120.0700.45217.56.4551.37
Hex7B818BC702Dd9633
Octal173201213147055331663
Binary111101110000001100010111100111010110111011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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