Html Css Color HEX #7C0F4C Pompadour

📋 copy color: '#7C0F4C'

red 124 ◦ green 15 ◦ blue 76

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

Shades of Pompadour #7C0F4C

Tints of Pompadour #7C0F4C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.98%

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

R = 57.67%
G = 6.98%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C0F4C (or 0x7C0F4C) is known color: Pompadour. HEX triplet: 7C, 0F and 4C. RGB value is (124,15,76). Sum of RGB (Red+Green+Blue) = 124+15+76=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0F4C is #83F0B3. Grayscale: #363636. Windows color (decimal): -8646836 or 4984700. OLE color: 4984700.

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

Color convert

RGB 124 15 76 -
CMYK 0 0.88 0.39 0.51
HSL 326.42º 0.78% 0.27% -
HSV(B) 326.42º 0.88% 0.49% -
XYZ 9.79 5.15 7.32 -
YUV 54.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 124 15 76 0 0.88 0.39 0.51 326.42 0.78 0.27
Hex 7C F 4C 0 58 27 33 146 4E 1B
Octal 174 17 114 0 130 47 63 506 116 33
Binary 1111100 1111 1001100 0 1011000 100111 110011 101000110 1001110 11011

Color Harmonies of #7C0F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0F4C

Black with #7C0F4C

Text Example


Text Example

White with #7C0F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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