Html Css Color HEX #7C113F Pompadour

📋 copy color: '#7C113F'

red 124 ◦ green 17 ◦ blue 63

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

Shades of Pompadour #7C113F

Tints of Pompadour #7C113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

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

R = 60.78%
G = 8.33%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C113F (or 0x7C113F) is known color: Pompadour. HEX triplet: 7C, 11 and 3F. RGB value is (124,17,63). Sum of RGB (Red+Green+Blue) = 124+17+63=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C113F is #83EEC0. Grayscale: #363636. Windows color (decimal): -8646337 or 4133244. OLE color: 4133244.

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

Color convert

RGB 124 17 63 -
CMYK 0 0.86 0.49 0.51
HSL 334.21º 0.76% 0.28% -
HSV(B) 334.21º 0.86% 0.49% -
XYZ 9.41 5.04 5.18 -
YUV 54.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 124 17 63 0 0.86 0.49 0.51 334.21 0.76 0.28
Hex 7C 11 3F 0 56 31 33 14E 4C 1C
Octal 174 21 77 0 126 61 63 516 114 34
Binary 1111100 10001 111111 0 1010110 110001 110011 101001110 1001100 11100

Color Harmonies of #7C113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C113F

Black with #7C113F

Text Example


Text Example

White with #7C113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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