Html Css Color HEX #7D4548 Solid Pink

📋 copy color: '#7D4548'

red 125 ◦ green 69 ◦ blue 72

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

Shades of Solid Pink #7D4548

Tints of Solid Pink #7D4548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 46.99%
G = 25.94%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D4548 (or 0x7D4548) is known color: Solid Pink. HEX triplet: 7D, 45 and 48. RGB value is (125,69,72). Sum of RGB (Red+Green+Blue) = 125+69+72=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4548 is #82BAB7. Grayscale: #565656. Windows color (decimal): -8567480 or 4736381. OLE color: 4736381.

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

Color convert

RGB 125 69 72 -
CMYK 0 0.45 0.42 0.51
HSL 356.79º 0.29% 0.38% -
HSV(B) 356.79º 0.45% 0.49% -
XYZ 11.76 9.08 7.26 -
YUV 86.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 125 69 72 0 0.45 0.42 0.51 356.79 0.29 0.38
Hex 7D 45 48 0 2D 2A 33 165 1D 26
Octal 175 105 110 0 55 52 63 545 35 46
Binary 1111101 1000101 1001000 0 101101 101010 110011 101100101 11101 100110

Color Harmonies of #7D4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4548

Black with #7D4548

Text Example


Text Example

White with #7D4548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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