#7a173c

Color #7A173C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #7A173C

Tints of Pompadour #7A173C

Color information

#7A173C (or 0x7A173C) is unknown color: approx Pompadour. HEX triplet: 7A, 17 and 3C. RGB value is (122,23,60). Sum of RGB (Red+Green+Blue) = 122+23+60=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A173C is #85E8C3. Grayscale: #383838. Windows color (decimal): -8775876 or 3938170. OLE color: 3938170.

HSL color Cylindrical-coordinate representation of color #7A173C: hue angle of 337.58º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A173C is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB1222360-
CMYK00.810.510.52
HSL337.58º68.28%28.43%-
HSV(B)337.58º81.15%47.84%-
XYZ9.155.084.77-
YUV56.82129.8174.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.51%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=59.51%
G=11.22%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122236000.810.510.52337.5868.2828.43
Hex7A173C0513334152441c
Octal17227740121636452210434
Binary11110101011111110001010001110011110100101010010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a173c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,23,60); }

 H1.HeaderClassName
 {
   color: #7a173c;
 }
 .AnyTagClassName
 {
   color: #7a173c;
 }
</style>
background-color css

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

 a { background-color: rgb(122,23,60); }

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

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

 span { border-color: rgb(122,23,60); }

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