Html Css Color HEX #7D474D Solid Pink

📋 copy color: '#7D474D'

red 125 ◦ green 71 ◦ blue 77

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

Shades of Solid Pink #7D474D

Tints of Solid Pink #7D474D

RGB

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

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

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

R = 45.79%
G = 26.01%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D474D (or 0x7D474D) is known color: Solid Pink. HEX triplet: 7D, 47 and 4D. RGB value is (125,71,77). Sum of RGB (Red+Green+Blue) = 125+71+77=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D474D is #82B8B2. Grayscale: #575757. Windows color (decimal): -8566963 or 5064573. OLE color: 5064573.

HSL color Cylindrical-coordinate representation of color #7D474D: hue angle of 353.33º 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 #7D474D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 71 77 -
CMYK 0 0.43 0.38 0.51
HSL 353.33º 0.28% 0.38% -
HSV(B) 353.33º 0.43% 0.49% -
XYZ 12.05 9.4 8.2 -
YUV 87.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 125 71 77 0 0.43 0.38 0.51 353.33 0.28 0.38
Hex 7D 47 4D 0 2B 26 33 161 1C 26
Octal 175 107 115 0 53 46 63 541 34 46
Binary 1111101 1000111 1001101 0 101011 100110 110011 101100001 11100 100110

Color Harmonies of #7D474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D474D

Black with #7D474D

Text Example


Text Example

White with #7D474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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