Html Css Color HEX #7A474D Solid Pink

📋 copy color: '#7A474D'

red 122 ◦ green 71 ◦ blue 77

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

Shades of Solid Pink #7A474D

Tints of Solid Pink #7A474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 45.19%
G = 26.3%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A474D (or 0x7A474D) is known color: Solid Pink. HEX triplet: 7A, 47 and 4D. RGB value is (122,71,77). Sum of RGB (Red+Green+Blue) = 122+71+77=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A474D is #85B8B2. Grayscale: #565656. Windows color (decimal): -8763571 or 5064570. OLE color: 5064570.

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

Color convert

RGB 122 71 77 -
CMYK 0 0.42 0.37 0.52
HSL 352.94º 0.26% 0.38% -
HSV(B) 352.94º 0.42% 0.48% -
XYZ 11.62 9.18 8.18 -
YUV 86.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 122 71 77 0 0.42 0.37 0.52 352.94 0.26 0.38
Hex 7A 47 4D 0 2A 25 34 161 1A 26
Octal 172 107 115 0 52 45 64 541 32 46
Binary 1111010 1000111 1001101 0 101010 100101 110100 101100001 11010 100110

Color Harmonies of #7A474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A474D

Black with #7A474D

Text Example


Text Example

White with #7A474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,71,77); }

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

background-color css

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

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

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

border-color css

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

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

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