Html Css Color HEX #7D474A Solid Pink

📋 copy color: '#7D474A'

red 125 ◦ green 71 ◦ blue 74

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

Shades of Solid Pink #7D474A

Tints of Solid Pink #7D474A

RGB

 RED value IS 125 (49.22% from 255) = 46.3%

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

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

R = 46.3%
G = 26.3%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7D474A (or 0x7D474A) is known color: Solid Pink. HEX triplet: 7D, 47 and 4A. RGB value is (125,71,74). Sum of RGB (Red+Green+Blue) = 125+71+74=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D474A is #82B8B5. Grayscale: #575757. Windows color (decimal): -8566966 or 4867965. OLE color: 4867965.

HSL color Cylindrical-coordinate representation of color #7D474A: hue angle of 356.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D474A is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 71 74 -
CMYK 0 0.43 0.41 0.51
HSL 356.67º 0.28% 0.38% -
HSV(B) 356.67º 0.43% 0.49% -
XYZ 11.95 9.36 7.66 -
YUV 87.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 125 71 74 0 0.43 0.41 0.51 356.67 0.28 0.38
Hex 7D 47 4A 0 2B 29 33 165 1C 26
Octal 175 107 112 0 53 51 63 545 34 46
Binary 1111101 1000111 1001010 0 101011 101001 110011 101100101 11100 100110

Color Harmonies of #7D474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D474A

Black with #7D474A

Text Example


Text Example

White with #7D474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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