Html Css Color HEX #7D4F50 Solid Pink

📋 copy color: '#7D4F50'

red 125 ◦ green 79 ◦ blue 80

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

Shades of Solid Pink #7D4F50

Tints of Solid Pink #7D4F50

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 44.01%
G = 27.82%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D4F50 (or 0x7D4F50) is known color: Solid Pink. HEX triplet: 7D, 4F and 50. RGB value is (125,79,80). Sum of RGB (Red+Green+Blue) = 125+79+80=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4F50 is #82B0AF. Grayscale: #5C5C5C. Windows color (decimal): -8564912 or 5263229. OLE color: 5263229.

HSL color Cylindrical-coordinate representation of color #7D4F50: hue angle of 358.7º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D4F50 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 79 80 -
CMYK 0 0.37 0.36 0.51
HSL 358.7º 0.23% 0.4% -
HSV(B) 358.7º 0.37% 0.49% -
XYZ 12.7 10.53 8.95 -
YUV 92.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 125 79 80 0 0.37 0.36 0.51 358.7 0.23 0.4
Hex 7D 4F 50 0 25 24 33 167 17 28
Octal 175 117 120 0 45 44 63 547 27 50
Binary 1111101 1001111 1010000 0 100101 100100 110011 101100111 10111 101000

Color Harmonies of #7D4F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4F50

Black with #7D4F50

Text Example


Text Example

White with #7D4F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,79,80); }

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

background-color css

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

 a { background-color: rgb(125,79,80); }

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

border-color css

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

 span { border-color: rgb(125,79,80); }

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