Html Css Color HEX #7A7878 Grey

📋 copy color: '#7A7878'

red 122 ◦ green 120 ◦ blue 120

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

Shades of Grey #7A7878

Tints of Grey #7A7878

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 33.7%
G = 33.15%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7A7878 (or 0x7A7878) is known color: Grey. HEX triplet: 7A, 78 and 78. RGB value is (122,120,120). Sum of RGB (Red+Green+Blue) = 122+120+120=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7878 is #858787. Grayscale: #787878. Windows color (decimal): -8750984 or 7895162. OLE color: 7895162.

HSL color Cylindrical-coordinate representation of color #7A7878: hue angle of 0º degrees, saturation: 0.01, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7A7878 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 120 120 -
CMYK 0 0.02 0.02 0.52
HSL 0.01% 0.47% -
HSV(B) 0.02% 0.48% -
XYZ 18.13 18.93 20.47 -
YUV 120.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 122 120 120 0 0.02 0.02 0.52 0 0.01 0.47
Hex 7A 78 78 0 2 2 34 0 1 2F
Octal 172 170 170 0 2 2 64 0 1 57
Binary 1111010 1111000 1111000 0 10 10 110100 0 1 101111

Color Harmonies of #7A7878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7878

Black with #7A7878

Text Example


Text Example

White with #7A7878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,120,120); }

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

background-color css

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

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

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

border-color css

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

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

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