Html Css Color HEX #7F124F Pompadour

📋 copy color: '#7F124F'

red 127 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #7F124F

Tints of Pompadour #7F124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.27%

R = 56.7%
G = 8.04%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7F124F (or 0x7F124F) is known color: Pompadour. HEX triplet: 7F, 12 and 4F. RGB value is (127,18,79). Sum of RGB (Red+Green+Blue) = 127+18+79=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F124F is #80EDB0. Grayscale: #393939. Windows color (decimal): -8449457 or 5182079. OLE color: 5182079.

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

Color convert

RGB 127 18 79 -
CMYK 0 0.86 0.38 0.50
HSL 326.42º 0.75% 0.28% -
HSV(B) 326.42º 0.86% 0.5% -
XYZ 10.38 5.51 7.91 -
YUV 57.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 127 18 79 0 0.86 0.38 0.50 326.42 0.75 0.28
Hex 7F 12 4F 0 56 26 32 146 4B 1C
Octal 177 22 117 0 126 46 62 506 113 34
Binary 1111111 10010 1001111 0 1010110 100110 110010 101000110 1001011 11100

Color Harmonies of #7F124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F124F

Black with #7F124F

Text Example


Text Example

White with #7F124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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