Html Css Color HEX #7C124F Pompadour

📋 copy color: '#7C124F'

red 124 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #7C124F

Tints of Pompadour #7C124F

RGB

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

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

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

R = 56.11%
G = 8.14%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C124F (or 0x7C124F) is known color: Pompadour. HEX triplet: 7C, 12 and 4F. RGB value is (124,18,79). Sum of RGB (Red+Green+Blue) = 124+18+79=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C124F is #83EDB0. Grayscale: #383838. Windows color (decimal): -8646065 or 5182076. OLE color: 5182076.

HSL color Cylindrical-coordinate representation of color #7C124F: hue angle of 325.47º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C124F is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 18 79 -
CMYK 0 0.85 0.36 0.51
HSL 325.47º 0.75% 0.28% -
HSV(B) 325.47º 0.85% 0.49% -
XYZ 9.94 5.28 7.89 -
YUV 56.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 124 18 79 0 0.85 0.36 0.51 325.47 0.75 0.28
Hex 7C 12 4F 0 55 24 33 145 4B 1C
Octal 174 22 117 0 125 44 63 505 113 34
Binary 1111100 10010 1001111 0 1010101 100100 110011 101000101 1001011 11100

Color Harmonies of #7C124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C124F

Black with #7C124F

Text Example


Text Example

White with #7C124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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