Html Css Color HEX #7C113E Pompadour

📋 copy color: '#7C113E'

red 124 ◦ green 17 ◦ blue 62

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

Shades of Pompadour #7C113E

Tints of Pompadour #7C113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 61.08%
G = 8.37%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.5

 K value IS 0.51

RGB Variations

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

Color information

#7C113E (or 0x7C113E) is known color: Pompadour. HEX triplet: 7C, 11 and 3E. RGB value is (124,17,62). Sum of RGB (Red+Green+Blue) = 124+17+62=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C113E is #83EEC1. Grayscale: #363636. Windows color (decimal): -8646338 or 4067708. OLE color: 4067708.

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

Color convert

RGB 124 17 62 -
CMYK 0 0.86 0.5 0.51
HSL 334.77º 0.76% 0.28% -
HSV(B) 334.77º 0.86% 0.49% -
XYZ 9.38 5.03 5.03 -
YUV 54.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 124 17 62 0 0.86 0.5 0.51 334.77 0.76 0.28
Hex 7C 11 3E 0 56 32 33 14F 4C 1C
Octal 174 21 76 0 126 62 63 517 114 34
Binary 1111100 10001 111110 0 1010110 110010 110011 101001111 1001100 11100

Color Harmonies of #7C113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C113E

Black with #7C113E

Text Example


Text Example

White with #7C113E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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