Html Css Color HEX #7A474E Solid Pink

📋 copy color: '#7A474E'

red 122 ◦ green 71 ◦ blue 78

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

Shades of Solid Pink #7A474E

Tints of Solid Pink #7A474E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 45.02%
G = 26.2%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#7A474E (or 0x7A474E) is known color: Solid Pink. HEX triplet: 7A, 47 and 4E. RGB value is (122,71,78). Sum of RGB (Red+Green+Blue) = 122+71+78=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A474E is #85B8B1. Grayscale: #575757. Windows color (decimal): -8763570 or 5130106. OLE color: 5130106.

HSL color Cylindrical-coordinate representation of color #7A474E: hue angle of 351.76º 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 #7A474E is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 71 78 -
CMYK 0 0.42 0.36 0.52
HSL 351.76º 0.26% 0.38% -
HSV(B) 351.76º 0.42% 0.48% -
XYZ 11.65 9.19 8.37 -
YUV 87.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 122 71 78 0 0.42 0.36 0.52 351.76 0.26 0.38
Hex 7A 47 4E 0 2A 24 34 160 1A 26
Octal 172 107 116 0 52 44 64 540 32 46
Binary 1111010 1000111 1001110 0 101010 100100 110100 101100000 11010 100110

Color Harmonies of #7A474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A474E

Black with #7A474E

Text Example


Text Example

White with #7A474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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