Html Css Color HEX #7D454E Solid Pink

📋 copy color: '#7D454E'

red 125 ◦ green 69 ◦ blue 78

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

Shades of Solid Pink #7D454E

Tints of Solid Pink #7D454E

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 value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D454E (or 0x7D454E) is known color: 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

RGB 125 69 78 -
CMYK 0 0.45 0.38 0.51
HSL 350.36º 0.29% 0.38% -
HSV(B) 350.36º 0.45% 0.49% -
XYZ 11.96 9.17 8.35 -
YUV 86.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 125 69 78 0 0.45 0.38 0.51 350.36 0.29 0.38
Hex 7D 45 4E 0 2D 26 33 15E 1D 26
Octal 175 105 116 0 55 46 63 536 35 46
Binary 1111101 1000101 1001110 0 101101 100110 110011 101011110 11101 100110

Color Harmonies of #7D454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D454E

Black with #7D454E

Text Example


Text Example

White with #7D454E

Text Example


Text Example

HTML Codes & Css Web 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>