#7D494B

Color #7D494B Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #7D494B

Tints of Solid Pink #7D494B

Color information

#7D494B (or 0x7D494B) is unknown color: approx Solid Pink. HEX triplet: 7D, 49 and 4B. RGB value is (125,73,75). Sum of RGB (Red+Green+Blue) = 125+73+75=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D494B is #82B6B4. Grayscale: #585858. Windows color (decimal): -8566453 or 4934013. OLE color: 4934013.

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

Color convert

RGB1257375-
CMYK00.420.400.51
HSL357.69º26.26%38.82%-
HSV(B)357.69º41.6%49.02%-
XYZ12.119.637.88-
YUV88.78120.23153.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.79%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=45.79%
G=26.74%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125737500.420.400.51357.6926.2638.82
Hex7D494B02A28331661a27
Octal17511111305250635463247
Binary111110110010011001011010101010100011001110110011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D494B;
 }
 .AnyTagClassName
 {
   color: #7D494B;
 }
</style>
background-color css

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

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

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

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

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

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