Html Css Color HEX #7A8087 Slate Grey

📋 copy color: '#7A8087'

red 122 ◦ green 128 ◦ blue 135

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

Shades of Slate Grey #7A8087

Tints of Slate Grey #7A8087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 31.69%
G = 33.25%
B = 35.06%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A8087 (or 0x7A8087) is known color: Slate Grey. HEX triplet: 7A, 80 and 87. RGB value is (122,128,135). Sum of RGB (Red+Green+Blue) = 122+128+135=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A8087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8087 is #857F78. Grayscale: #7E7E7E. Windows color (decimal): -8748921 or 8880250. OLE color: 8880250.

HSL color Cylindrical-coordinate representation of color #7A8087: hue angle of 212.31º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8087 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 128 135 -
CMYK 0.10 0.05 0 0.47
HSL 212.31º 0.05% 0.5% -
HSV(B) 212.31º 0.1% 0.53% -
XYZ 20.12 21.33 25.98 -
YUV 127 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 122 128 135 0.10 0.05 0 0.47 212.31 0.05 0.5
Hex 7A 80 87 A 5 0 2F D4 5 32
Octal 172 200 207 12 5 0 57 324 5 62
Binary 1111010 10000000 10000111 1010 101 0 101111 11010100 101 110010

Color Harmonies of #7A8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8087

Black with #7A8087

Text Example


Text Example

White with #7A8087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,128,135); }

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

background-color css

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

 a { background-color: rgb(122,128,135); }

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

border-color css

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

 span { border-color: rgb(122,128,135); }

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