Html Css Color HEX #7D5055 Solid Pink

📋 copy color: '#7D5055'

red 125 ◦ green 80 ◦ blue 85

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

Shades of Solid Pink #7D5055

Tints of Solid Pink #7D5055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 43.1%
G = 27.59%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#7D5055 (or 0x7D5055) is known color: Solid Pink. HEX triplet: 7D, 50 and 55. RGB value is (125,80,85). Sum of RGB (Red+Green+Blue) = 125+80+85=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5055 is #82AFAA. Grayscale: #5E5E5E. Windows color (decimal): -8564651 or 5591165. OLE color: 5591165.

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

Color convert

RGB 125 80 85 -
CMYK 0 0.36 0.32 0.51
HSL 353.33º 0.22% 0.4% -
HSV(B) 353.33º 0.36% 0.49% -
XYZ 12.97 10.75 9.99 -
YUV 94.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 125 80 85 0 0.36 0.32 0.51 353.33 0.22 0.4
Hex 7D 50 55 0 24 20 33 161 16 28
Octal 175 120 125 0 44 40 63 541 26 50
Binary 1111101 1010000 1010101 0 100100 100000 110011 101100001 10110 101000

Color Harmonies of #7D5055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5055

Black with #7D5055

Text Example


Text Example

White with #7D5055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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