Html Css Color HEX #7A184C Pompadour

📋 copy color: '#7A184C'

red 122 ◦ green 24 ◦ blue 76

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

Shades of Pompadour #7A184C

Tints of Pompadour #7A184C

RGB

 RED value IS 122 (48.05% from 255) = 54.95%

 GREEN value IS 24 (9.77% from 255) = 10.81%

 BLUE value IS 76 (30.08% from 255) = 34.23%

R = 54.95%
G = 10.81%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7A184C (or 0x7A184C) is known color: Pompadour. HEX triplet: 7A, 18 and 4C. RGB value is (122,24,76). Sum of RGB (Red+Green+Blue) = 122+24+76=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A184C is #85E7B3. Grayscale: #3B3B3B. Windows color (decimal): -8775604 or 4987002. OLE color: 4987002.

HSL color Cylindrical-coordinate representation of color #7A184C: hue angle of 328.16º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A184C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 24 76 -
CMYK 0 0.80 0.38 0.52
HSL 328.16º 0.67% 0.29% -
HSV(B) 328.16º 0.8% 0.48% -
XYZ 9.66 5.31 7.35 -
YUV 59.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 122 24 76 0 0.80 0.38 0.52 328.16 0.67 0.29
Hex 7A 18 4C 0 50 26 34 148 43 1D
Octal 172 30 114 0 120 46 64 510 103 35
Binary 1111010 11000 1001100 0 1010000 100110 110100 101001000 1000011 11101

Color Harmonies of #7A184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A184C

Black with #7A184C

Text Example


Text Example

White with #7A184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,24,76); }

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

background-color css

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

 a { background-color: rgb(122,24,76); }

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

border-color css

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

 span { border-color: rgb(122,24,76); }

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