Html Css Color HEX #7A474A Solid Pink

📋 copy color: '#7A474A'

red 122 ◦ green 71 ◦ blue 74

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

Shades of Solid Pink #7A474A

Tints of Solid Pink #7A474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 45.69%
G = 26.59%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7A474A (or 0x7A474A) is known color: Solid Pink. HEX triplet: 7A, 47 and 4A. RGB value is (122,71,74). Sum of RGB (Red+Green+Blue) = 122+71+74=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A474A is #85B8B5. Grayscale: #565656. Windows color (decimal): -8763574 or 4867962. OLE color: 4867962.

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

Color convert

RGB 122 71 74 -
CMYK 0 0.42 0.39 0.52
HSL 356.47º 0.26% 0.38% -
HSV(B) 356.47º 0.42% 0.48% -
XYZ 11.52 9.14 7.64 -
YUV 86.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 122 71 74 0 0.42 0.39 0.52 356.47 0.26 0.38
Hex 7A 47 4A 0 2A 27 34 164 1A 26
Octal 172 107 112 0 52 47 64 544 32 46
Binary 1111010 1000111 1001010 0 101010 100111 110100 101100100 11010 100110

Color Harmonies of #7A474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A474A

Black with #7A474A

Text Example


Text Example

White with #7A474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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