Html Css Color HEX #7D124D Pompadour

📋 copy color: '#7D124D'

red 125 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #7D124D

Tints of Pompadour #7D124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.18%

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

R = 56.82%
G = 8.18%
B = 35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D124D (or 0x7D124D) is known color: Pompadour. HEX triplet: 7D, 12 and 4D. RGB value is (125,18,77). Sum of RGB (Red+Green+Blue) = 125+18+77=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D124D is #82EDB2. Grayscale: #383838. Windows color (decimal): -8580531 or 5051005. OLE color: 5051005.

HSL color Cylindrical-coordinate representation of color #7D124D: hue angle of 326.92º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D124D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 18 77 -
CMYK 0 0.86 0.38 0.51
HSL 326.92º 0.75% 0.28% -
HSV(B) 326.92º 0.86% 0.49% -
XYZ 10.01 5.33 7.52 -
YUV 56.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 125 18 77 0 0.86 0.38 0.51 326.92 0.75 0.28
Hex 7D 12 4D 0 56 26 33 147 4B 1C
Octal 175 22 115 0 126 46 63 507 113 34
Binary 1111101 10010 1001101 0 1010110 100110 110011 101000111 1001011 11100

Color Harmonies of #7D124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D124D

Black with #7D124D

Text Example


Text Example

White with #7D124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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