Html Css Color HEX #7C1152 Pompadour

📋 copy color: '#7C1152'

red 124 ◦ green 17 ◦ blue 82

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

Shades of Pompadour #7C1152

Tints of Pompadour #7C1152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.62%

 BLUE value IS 82 (32.42% from 255) = 36.77%

R = 55.61%
G = 7.62%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7C1152 (or 0x7C1152) is known color: Pompadour. HEX triplet: 7C, 11 and 52. RGB value is (124,17,82). Sum of RGB (Red+Green+Blue) = 124+17+82=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1152 is #83EEAD. Grayscale: #383838. Windows color (decimal): -8646318 or 5378428. OLE color: 5378428.

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

Color convert

RGB 124 17 82 -
CMYK 0 0.86 0.34 0.51
HSL 323.55º 0.76% 0.28% -
HSV(B) 323.55º 0.86% 0.49% -
XYZ 10.04 5.3 8.48 -
YUV 56.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 124 17 82 0 0.86 0.34 0.51 323.55 0.76 0.28
Hex 7C 11 52 0 56 22 33 144 4C 1C
Octal 174 21 122 0 126 42 63 504 114 34
Binary 1111100 10001 1010010 0 1010110 100010 110011 101000100 1001100 11100

Color Harmonies of #7C1152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1152

Black with #7C1152

Text Example


Text Example

White with #7C1152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,17,82); }

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

background-color css

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

 a { background-color: rgb(124,17,82); }

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

border-color css

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

 span { border-color: rgb(124,17,82); }

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