Html Css Color HEX #7A818B Slate Grey

📋 copy color: '#7A818B'

red 122 ◦ green 129 ◦ blue 139

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

Shades of Slate Grey #7A818B

Tints of Slate Grey #7A818B

RGB

 RED value IS 122 (48.05% from 255) = 31.28%

 GREEN value IS 129 (50.78% from 255) = 33.08%

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 31.28%
G = 33.08%
B = 35.64%

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

#7A818B (or 0x7A818B) is known color: Slate Grey. HEX triplet: 7A, 81 and 8B. RGB value is (122,129,139). Sum of RGB (Red+Green+Blue) = 122+129+139=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 129 (50.78% from 255 or 33.08% 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 #7A818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A818B is #857E74. Grayscale: #808080. Windows color (decimal): -8748661 or 9142650. OLE color: 9142650.

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

Color convert

RGB 122 129 139 -
CMYK 0.12 0.07 0 0.45
HSL 215.29º 0.07% 0.51% -
HSV(B) 215.29º 0.12% 0.55% -
XYZ 20.54 21.7 27.53 -
YUV 128.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 122 129 139 0.12 0.07 0 0.45 215.29 0.07 0.51
Hex 7A 81 8B C 7 0 2D D7 7 33
Octal 172 201 213 14 7 0 55 327 7 63
Binary 1111010 10000001 10001011 1100 111 0 101101 11010111 111 110011

Color Harmonies of #7A818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A818B

Black with #7A818B

Text Example


Text Example

White with #7A818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A818B;
 }
 .AnyTagClassName
 {
   color: #7A818B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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