Html Css Color HEX #7D464D Solid Pink

📋 copy color: '#7D464D'

red 125 ◦ green 70 ◦ blue 77

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

Shades of Solid Pink #7D464D

Tints of Solid Pink #7D464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 45.96%
G = 25.74%
B = 28.31%

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

#7D464D (or 0x7D464D) is known color: Solid Pink. HEX triplet: 7D, 46 and 4D. RGB value is (125,70,77). Sum of RGB (Red+Green+Blue) = 125+70+77=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D464D is #82B9B2. Grayscale: #575757. Windows color (decimal): -8567219 or 5064317. OLE color: 5064317.

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

Color convert

RGB 125 70 77 -
CMYK 0 0.44 0.38 0.51
HSL 352.36º 0.28% 0.38% -
HSV(B) 352.36º 0.44% 0.49% -
XYZ 11.99 9.28 8.18 -
YUV 87.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 125 70 77 0 0.44 0.38 0.51 352.36 0.28 0.38
Hex 7D 46 4D 0 2C 26 33 160 1C 26
Octal 175 106 115 0 54 46 63 540 34 46
Binary 1111101 1000110 1001101 0 101100 100110 110011 101100000 11100 100110

Color Harmonies of #7D464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D464D

Black with #7D464D

Text Example


Text Example

White with #7D464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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