Html Css Color HEX #7D494C Solid Pink

📋 copy color: '#7D494C'

red 125 ◦ green 73 ◦ blue 76

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

Shades of Solid Pink #7D494C

Tints of Solid Pink #7D494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 45.62%
G = 26.64%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D494C (or 0x7D494C) is known color: Solid Pink. HEX triplet: 7D, 49 and 4C. RGB value is (125,73,76). Sum of RGB (Red+Green+Blue) = 125+73+76=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D494C is #82B6B3. Grayscale: #585858. Windows color (decimal): -8566452 or 4999549. OLE color: 4999549.

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

Color convert

RGB 125 73 76 -
CMYK 0 0.42 0.39 0.51
HSL 356.54º 0.26% 0.39% -
HSV(B) 356.54º 0.42% 0.49% -
XYZ 12.14 9.65 8.06 -
YUV 88.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 125 73 76 0 0.42 0.39 0.51 356.54 0.26 0.39
Hex 7D 49 4C 0 2A 27 33 165 1A 27
Octal 175 111 114 0 52 47 63 545 32 47
Binary 1111101 1001001 1001100 0 101010 100111 110011 101100101 11010 100111

Color Harmonies of #7D494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D494C

Black with #7D494C

Text Example


Text Example

White with #7D494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,73,76); }

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

background-color css

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

 a { background-color: rgb(125,73,76); }

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

border-color css

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

 span { border-color: rgb(125,73,76); }

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