Html Css Color HEX #7D484B Solid Pink

📋 copy color: '#7D484B'

red 125 ◦ green 72 ◦ blue 75

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

Shades of Solid Pink #7D484B

Tints of Solid Pink #7D484B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.57%

R = 45.96%
G = 26.47%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7D484B (or 0x7D484B) is known color: Solid Pink. HEX triplet: 7D, 48 and 4B. RGB value is (125,72,75). Sum of RGB (Red+Green+Blue) = 125+72+75=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D484B is #82B7B4. Grayscale: #585858. Windows color (decimal): -8566709 or 4933757. OLE color: 4933757.

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

Color convert

RGB 125 72 75 -
CMYK 0 0.42 0.40 0.51
HSL 356.6º 0.27% 0.39% -
HSV(B) 356.6º 0.42% 0.49% -
XYZ 12.04 9.5 7.86 -
YUV 88.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 125 72 75 0 0.42 0.40 0.51 356.6 0.27 0.39
Hex 7D 48 4B 0 2A 28 33 165 1B 27
Octal 175 110 113 0 52 50 63 545 33 47
Binary 1111101 1001000 1001011 0 101010 101000 110011 101100101 11011 100111

Color Harmonies of #7D484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D484B

Black with #7D484B

Text Example


Text Example

White with #7D484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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