Html Css Color HEX #7C0F4D Pompadour

📋 copy color: '#7C0F4D'

red 124 ◦ green 15 ◦ blue 77

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

Shades of Pompadour #7C0F4D

Tints of Pompadour #7C0F4D

RGB

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

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

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

R = 57.41%
G = 6.94%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7C0F4D (or 0x7C0F4D) is known color: Pompadour. HEX triplet: 7C, 0F and 4D. RGB value is (124,15,77). Sum of RGB (Red+Green+Blue) = 124+15+77=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0F4D is #83F0B2. Grayscale: #363636. Windows color (decimal): -8646835 or 5050236. OLE color: 5050236.

HSL color Cylindrical-coordinate representation of color #7C0F4D: hue angle of 325.87º 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 #7C0F4D is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 15 77 -
CMYK 0 0.88 0.38 0.51
HSL 325.87º 0.78% 0.27% -
HSV(B) 325.87º 0.88% 0.49% -
XYZ 9.82 5.16 7.5 -
YUV 54.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 124 15 77 0 0.88 0.38 0.51 325.87 0.78 0.27
Hex 7C F 4D 0 58 26 33 146 4E 1B
Octal 174 17 115 0 130 46 63 506 116 33
Binary 1111100 1111 1001101 0 1011000 100110 110011 101000110 1001110 11011

Color Harmonies of #7C0F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0F4D

Black with #7C0F4D

Text Example


Text Example

White with #7C0F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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