Html Css Color HEX #7D484A Solid Pink

📋 copy color: '#7D484A'

red 125 ◦ green 72 ◦ blue 74

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

Shades of Solid Pink #7D484A

Tints of Solid Pink #7D484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 46.13%
G = 26.57%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7D484A (or 0x7D484A) is known color: Solid Pink. HEX triplet: 7D, 48 and 4A. RGB value is (125,72,74). Sum of RGB (Red+Green+Blue) = 125+72+74=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D484A is #82B7B5. Grayscale: #585858. Windows color (decimal): -8566710 or 4868221. OLE color: 4868221.

HSL color Cylindrical-coordinate representation of color #7D484A: hue angle of 357.74º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D484A is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 72 74 -
CMYK 0 0.42 0.41 0.51
HSL 357.74º 0.27% 0.39% -
HSV(B) 357.74º 0.42% 0.49% -
XYZ 12.01 9.49 7.68 -
YUV 88.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 125 72 74 0 0.42 0.41 0.51 357.74 0.27 0.39
Hex 7D 48 4A 0 2A 29 33 166 1B 27
Octal 175 110 112 0 52 51 63 546 33 47
Binary 1111101 1001000 1001010 0 101010 101001 110011 101100110 11011 100111

Color Harmonies of #7D484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D484A

Black with #7D484A

Text Example


Text Example

White with #7D484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,72,74); }

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

background-color css

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

 a { background-color: rgb(125,72,74); }

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

border-color css

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

 span { border-color: rgb(125,72,74); }

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