Html Css Color HEX #7C144C Pompadour

📋 copy color: '#7C144C'

red 124 ◦ green 20 ◦ blue 76

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

Shades of Pompadour #7C144C

Tints of Pompadour #7C144C

RGB

 RED value IS 124 (48.83% from 255) = 56.36%

 GREEN value IS 20 (8.2% from 255) = 9.09%

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 56.36%
G = 9.09%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C144C (or 0x7C144C) is known color: Pompadour. HEX triplet: 7C, 14 and 4C. RGB value is (124,20,76). Sum of RGB (Red+Green+Blue) = 124+20+76=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C144C is #83EBB3. Grayscale: #393939. Windows color (decimal): -8645556 or 4985980. OLE color: 4985980.

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

Color convert

RGB 124 20 76 -
CMYK 0 0.84 0.39 0.51
HSL 327.69º 0.72% 0.28% -
HSV(B) 327.69º 0.84% 0.49% -
XYZ 9.87 5.31 7.34 -
YUV 57.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 124 20 76 0 0.84 0.39 0.51 327.69 0.72 0.28
Hex 7C 14 4C 0 54 27 33 148 48 1C
Octal 174 24 114 0 124 47 63 510 110 34
Binary 1111100 10100 1001100 0 1010100 100111 110011 101001000 1001000 11100

Color Harmonies of #7C144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C144C

Black with #7C144C

Text Example


Text Example

White with #7C144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,20,76); }

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

background-color css

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

 a { background-color: rgb(124,20,76); }

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

border-color css

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

 span { border-color: rgb(124,20,76); }

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