Html Css Color HEX #7D4A4F Solid Pink

📋 copy color: '#7D4A4F'

red 125 ◦ green 74 ◦ blue 79

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

Shades of Solid Pink #7D4A4F

Tints of Solid Pink #7D4A4F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

 BLUE value IS 79 (31.25% from 255) = 28.42%

R = 44.96%
G = 26.62%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7D4A4F (or 0x7D4A4F) is known color: Solid Pink. HEX triplet: 7D, 4A and 4F. RGB value is (125,74,79). Sum of RGB (Red+Green+Blue) = 125+74+79=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4A4F is #82B5B0. Grayscale: #595959. Windows color (decimal): -8566193 or 5196413. OLE color: 5196413.

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

Color convert

RGB 125 74 79 -
CMYK 0 0.41 0.37 0.51
HSL 354.12º 0.26% 0.39% -
HSV(B) 354.12º 0.41% 0.49% -
XYZ 12.32 9.82 8.64 -
YUV 89.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 125 74 79 0 0.41 0.37 0.51 354.12 0.26 0.39
Hex 7D 4A 4F 0 29 25 33 162 1A 27
Octal 175 112 117 0 51 45 63 542 32 47
Binary 1111101 1001010 1001111 0 101001 100101 110011 101100010 11010 100111

Color Harmonies of #7D4A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4A4F

Black with #7D4A4F

Text Example


Text Example

White with #7D4A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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