#7D454E

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

Shades of Solid Pink #7D454E

Tints of Solid Pink #7D454E

Color information

#7D454E (or 0x7D454E) is unknown color: approx Solid Pink. HEX triplet: 7D, 45 and 4E. RGB value is (125,69,78). Sum of RGB (Red+Green+Blue) = 125+69+78=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D454E is #82BAB1. Grayscale: #565656. Windows color (decimal): -8567474 or 5129597. OLE color: 5129597.

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

Color convert

RGB1256978-
CMYK00.450.380.51
HSL350.36º28.87%38.04%-
HSV(B)350.36º44.8%49.02%-
XYZ11.969.178.35-
YUV86.77123.05155.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.96%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=45.96%
G=25.37%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125697800.450.380.51350.3628.8738.04
Hex7D454E02D263315e1d26
Octal17510511605546635363546
Binary111110110001011001110010110110011011001110101111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,69,78); }

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

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

 a { background-color: rgb(125,69,78); }

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

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

 span { border-color: rgb(125,69,78); }

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