Html Css Color HEX #7A879C Light Slate Grey

📋 copy color: '#7A879C'

red 122 ◦ green 135 ◦ blue 156

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

Shades of Light Slate Grey #7A879C

Tints of Light Slate Grey #7A879C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.69%

 BLUE value IS 156 (61.33% from 255) = 37.77%

R = 29.54%
G = 32.69%
B = 37.77%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A879C (or 0x7A879C) is known color: Light Slate Grey. HEX triplet: 7A, 87 and 9C. RGB value is (122,135,156). Sum of RGB (Red+Green+Blue) = 122+135+156=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A879C is #857863. Grayscale: #858585. Windows color (decimal): -8747108 or 10258298. OLE color: 10258298.

HSL color Cylindrical-coordinate representation of color #7A879C: hue angle of 217.06º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A879C is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 135 156 -
CMYK 0.22 0.13 0 0.39
HSL 217.06º 0.15% 0.55% -
HSV(B) 217.06º 0.22% 0.61% -
XYZ 22.69 23.87 34.86 -
YUV 133.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 122 135 156 0.22 0.13 0 0.39 217.06 0.15 0.55
Hex 7A 87 9C 16 D 0 27 D9 F 37
Octal 172 207 234 26 15 0 47 331 17 67
Binary 1111010 10000111 10011100 10110 1101 0 100111 11011001 1111 110111

Color Harmonies of #7A879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A879C

Black with #7A879C

Text Example


Text Example

White with #7A879C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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