Html Css Color HEX #7D454C Solid Pink

📋 copy color: '#7D454C'

red 125 ◦ green 69 ◦ blue 76

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

Shades of Solid Pink #7D454C

Tints of Solid Pink #7D454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 46.3%
G = 25.56%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D454C (or 0x7D454C) is known color: Solid Pink. HEX triplet: 7D, 45 and 4C. RGB value is (125,69,76). Sum of RGB (Red+Green+Blue) = 125+69+76=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D454C is #82BAB3. Grayscale: #565656. Windows color (decimal): -8567476 or 4998525. OLE color: 4998525.

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

Color convert

RGB 125 69 76 -
CMYK 0 0.45 0.39 0.51
HSL 352.5º 0.29% 0.38% -
HSV(B) 352.5º 0.45% 0.49% -
XYZ 11.89 9.14 7.97 -
YUV 86.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 125 69 76 0 0.45 0.39 0.51 352.5 0.29 0.38
Hex 7D 45 4C 0 2D 27 33 160 1D 26
Octal 175 105 114 0 55 47 63 540 35 46
Binary 1111101 1000101 1001100 0 101101 100111 110011 101100000 11101 100110

Color Harmonies of #7D454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D454C

Black with #7D454C

Text Example


Text Example

White with #7D454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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