Html Css Color HEX #7D4953 Solid Pink

📋 copy color: '#7D4953'

red 125 ◦ green 73 ◦ blue 83

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

Shades of Solid Pink #7D4953

Tints of Solid Pink #7D4953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 44.48%
G = 25.98%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D4953 (or 0x7D4953) is known color: Solid Pink. HEX triplet: 7D, 49 and 53. RGB value is (125,73,83). Sum of RGB (Red+Green+Blue) = 125+73+83=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4953 is #82B6AC. Grayscale: #595959. Windows color (decimal): -8566445 or 5458301. OLE color: 5458301.

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

Color convert

RGB 125 73 83 -
CMYK 0 0.42 0.34 0.51
HSL 348.46º 0.26% 0.39% -
HSV(B) 348.46º 0.42% 0.49% -
XYZ 12.4 9.75 9.41 -
YUV 89.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 125 73 83 0 0.42 0.34 0.51 348.46 0.26 0.39
Hex 7D 49 53 0 2A 22 33 15C 1A 27
Octal 175 111 123 0 52 42 63 534 32 47
Binary 1111101 1001001 1010011 0 101010 100010 110011 101011100 11010 100111

Color Harmonies of #7D4953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4953

Black with #7D4953

Text Example


Text Example

White with #7D4953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,73,83); }

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

background-color css

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

 a { background-color: rgb(125,73,83); }

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

border-color css

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

 span { border-color: rgb(125,73,83); }

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