Html Css Color HEX #7C104D Pompadour

📋 copy color: '#7C104D'

red 124 ◦ green 16 ◦ blue 77

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

Shades of Pompadour #7C104D

Tints of Pompadour #7C104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 57.14%
G = 7.37%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7C104D (or 0x7C104D) is known color: Pompadour. HEX triplet: 7C, 10 and 4D. RGB value is (124,16,77). Sum of RGB (Red+Green+Blue) = 124+16+77=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C104D is #83EFB2. Grayscale: #373737. Windows color (decimal): -8646579 or 5050492. OLE color: 5050492.

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

Color convert

RGB 124 16 77 -
CMYK 0 0.87 0.38 0.51
HSL 326.11º 0.77% 0.27% -
HSV(B) 326.11º 0.87% 0.49% -
XYZ 9.84 5.19 7.5 -
YUV 55.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 124 16 77 0 0.87 0.38 0.51 326.11 0.77 0.27
Hex 7C 10 4D 0 57 26 33 146 4D 1B
Octal 174 20 115 0 127 46 63 506 115 33
Binary 1111100 10000 1001101 0 1010111 100110 110011 101000110 1001101 11011

Color Harmonies of #7C104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C104D

Black with #7C104D

Text Example


Text Example

White with #7C104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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