Html Css Color HEX #7C123F Pompadour

📋 copy color: '#7C123F'

red 124 ◦ green 18 ◦ blue 63

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

Shades of Pompadour #7C123F

Tints of Pompadour #7C123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.73%

R = 60.49%
G = 8.78%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C123F (or 0x7C123F) is known color: Pompadour. HEX triplet: 7C, 12 and 3F. RGB value is (124,18,63). Sum of RGB (Red+Green+Blue) = 124+18+63=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C123F is #83EDC0. Grayscale: #363636. Windows color (decimal): -8646081 or 4133500. OLE color: 4133500.

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

Color convert

RGB 124 18 63 -
CMYK 0 0.85 0.49 0.51
HSL 334.53º 0.75% 0.28% -
HSV(B) 334.53º 0.85% 0.49% -
XYZ 9.43 5.08 5.19 -
YUV 54.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 124 18 63 0 0.85 0.49 0.51 334.53 0.75 0.28
Hex 7C 12 3F 0 55 31 33 14F 4B 1C
Octal 174 22 77 0 125 61 63 517 113 34
Binary 1111100 10010 111111 0 1010101 110001 110011 101001111 1001011 11100

Color Harmonies of #7C123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C123F

Black with #7C123F

Text Example


Text Example

White with #7C123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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