Html Css Color HEX #7A7E7D Rolling Stone

📋 copy color: '#7A7E7D'

red 122 ◦ green 126 ◦ blue 125

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

Shades of Rolling Stone #7A7E7D

Tints of Rolling Stone #7A7E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 32.71%
G = 33.78%
B = 33.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7A7E7D (or 0x7A7E7D) is known color: Rolling Stone. HEX triplet: 7A, 7E and 7D. RGB value is (122,126,125). Sum of RGB (Red+Green+Blue) = 122+126+125=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7E7D is #858182. Grayscale: #7C7C7C. Windows color (decimal): -8749443 or 8224378. OLE color: 8224378.

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

Color convert

RGB 122 126 125 -
CMYK 0.03 0 0.01 0.51
HSL 165º 0.02% 0.49% -
HSV(B) 165º 0.03% 0.49% -
XYZ 19.19 20.54 22.36 -
YUV 124.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 122 126 125 0.03 0 0.01 0.51 165 0.02 0.49
Hex 7A 7E 7D 3 0 1 33 A5 2 31
Octal 172 176 175 3 0 1 63 245 2 61
Binary 1111010 1111110 1111101 11 0 1 110011 10100101 10 110001

Color Harmonies of #7A7E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7E7D

Black with #7A7E7D

Text Example


Text Example

White with #7A7E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,126,125); }

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

background-color css

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

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

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

border-color css

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

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

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