Html Css Color HEX #7A173C Pompadour

📋 copy color: '#7A173C'

red 122 ◦ green 23 ◦ blue 60

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

Shades of Pompadour #7A173C

Tints of Pompadour #7A173C

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 value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7A173C (or 0x7A173C) is known color: 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

RGB 122 23 60 -
CMYK 0 0.81 0.51 0.52
HSL 337.58º 0.68% 0.28% -
HSV(B) 337.58º 0.81% 0.48% -
XYZ 9.15 5.08 4.77 -
YUV 56.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 122 23 60 0 0.81 0.51 0.52 337.58 0.68 0.28
Hex 7A 17 3C 0 51 33 34 152 44 1C
Octal 172 27 74 0 121 63 64 522 104 34
Binary 1111010 10111 111100 0 1010001 110011 110100 101010010 1000100 11100

Color Harmonies of #7A173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A173C

Black with #7A173C

Text Example


Text Example

White with #7A173C

Text Example


Text Example

HTML Codes & Css Web 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>