Html Css Color HEX #7B818B Slate Grey

📋 copy color: '#7B818B'

red 123 ◦ green 129 ◦ blue 139

#7B818B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #7B818B

Tints of Slate Grey #7B818B

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 value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B818B (or 0x7B818B) is known color: 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

RGB 123 129 139 -
CMYK 0.12 0.07 0 0.45
HSL 217.5º 0.06% 0.51% -
HSV(B) 217.5º 0.12% 0.55% -
XYZ 20.68 21.78 27.54 -
YUV 128.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 123 129 139 0.12 0.07 0 0.45 217.5 0.06 0.51
Hex 7B 81 8B C 7 0 2D DA 6 33
Octal 173 201 213 14 7 0 55 332 6 63
Binary 1111011 10000001 10001011 1100 111 0 101101 11011010 110 110011

Color Harmonies of #7B818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B818B

Black with #7B818B

Text Example


Text Example

White with #7B818B

Text Example


Text Example

HTML Codes & Css Web 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>