Html Css Color HEX #7C184D Pompadour

📋 copy color: '#7C184D'

red 124 ◦ green 24 ◦ blue 77

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

Shades of Pompadour #7C184D

Tints of Pompadour #7C184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

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

R = 55.11%
G = 10.67%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7C184D (or 0x7C184D) is known color: Pompadour. HEX triplet: 7C, 18 and 4D. RGB value is (124,24,77). Sum of RGB (Red+Green+Blue) = 124+24+77=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C184D is #83E7B2. Grayscale: #3B3B3B. Windows color (decimal): -8644531 or 5052540. OLE color: 5052540.

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

Color convert

RGB 124 24 77 -
CMYK 0 0.81 0.38 0.51
HSL 328.2º 0.68% 0.29% -
HSV(B) 328.2º 0.81% 0.49% -
XYZ 9.98 5.47 7.55 -
YUV 59.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 124 24 77 0 0.81 0.38 0.51 328.2 0.68 0.29
Hex 7C 18 4D 0 51 26 33 148 44 1D
Octal 174 30 115 0 121 46 63 510 104 35
Binary 1111100 11000 1001101 0 1010001 100110 110011 101001000 1000100 11101

Color Harmonies of #7C184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C184D

Black with #7C184D

Text Example


Text Example

White with #7C184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,24,77); }

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

background-color css

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

 a { background-color: rgb(124,24,77); }

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

border-color css

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

 span { border-color: rgb(124,24,77); }

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