Html Css Color HEX #7F124C Pompadour

📋 copy color: '#7F124C'

red 127 ◦ green 18 ◦ blue 76

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

Shades of Pompadour #7F124C

Tints of Pompadour #7F124C

RGB

 RED value IS 127 (50% from 255) = 57.47%

 GREEN value IS 18 (7.42% from 255) = 8.14%

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

R = 57.47%
G = 8.14%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#7F124C (or 0x7F124C) is known color: Pompadour. HEX triplet: 7F, 12 and 4C. RGB value is (127,18,76). Sum of RGB (Red+Green+Blue) = 127+18+76=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F124C is #80EDB3. Grayscale: #393939. Windows color (decimal): -8449460 or 4985471. OLE color: 4985471.

HSL color Cylindrical-coordinate representation of color #7F124C: hue angle of 328.07º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F124C is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 18 76 -
CMYK 0 0.86 0.40 0.50
HSL 328.07º 0.75% 0.28% -
HSV(B) 328.07º 0.86% 0.5% -
XYZ 10.27 5.47 7.35 -
YUV 57.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 127 18 76 0 0.86 0.40 0.50 328.07 0.75 0.28
Hex 7F 12 4C 0 56 28 32 148 4B 1C
Octal 177 22 114 0 126 50 62 510 113 34
Binary 1111111 10010 1001100 0 1010110 101000 110010 101001000 1001011 11100

Color Harmonies of #7F124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F124C

Black with #7F124C

Text Example


Text Example

White with #7F124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,18,76); }

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

background-color css

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

 a { background-color: rgb(127,18,76); }

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

border-color css

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

 span { border-color: rgb(127,18,76); }

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