Html Css Color HEX #7D464E Solid Pink

📋 copy color: '#7D464E'

red 125 ◦ green 70 ◦ blue 78

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

Shades of Solid Pink #7D464E

Tints of Solid Pink #7D464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.64%

 BLUE value IS 78 (30.86% from 255) = 28.57%

R = 45.79%
G = 25.64%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D464E (or 0x7D464E) is known color: Solid Pink. HEX triplet: 7D, 46 and 4E. RGB value is (125,70,78). Sum of RGB (Red+Green+Blue) = 125+70+78=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D464E is #82B9B1. Grayscale: #575757. Windows color (decimal): -8567218 or 5129853. OLE color: 5129853.

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

Color convert

RGB 125 70 78 -
CMYK 0 0.44 0.38 0.51
HSL 351.27º 0.28% 0.38% -
HSV(B) 351.27º 0.44% 0.49% -
XYZ 12.02 9.29 8.37 -
YUV 87.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 125 70 78 0 0.44 0.38 0.51 351.27 0.28 0.38
Hex 7D 46 4E 0 2C 26 33 15F 1C 26
Octal 175 106 116 0 54 46 63 537 34 46
Binary 1111101 1000110 1001110 0 101100 100110 110011 101011111 11100 100110

Color Harmonies of #7D464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D464E

Black with #7D464E

Text Example


Text Example

White with #7D464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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