Html Css Color HEX #7A1745 Pompadour

📋 copy color: '#7A1745'

red 122 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #7A1745

Tints of Pompadour #7A1745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

 BLUE value IS 69 (27.34% from 255) = 32.24%

R = 57.01%
G = 10.75%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#7A1745 (or 0x7A1745) is known color: Pompadour. HEX triplet: 7A, 17 and 45. RGB value is (122,23,69). Sum of RGB (Red+Green+Blue) = 122+23+69=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1745 is #85E8BA. Grayscale: #393939. Windows color (decimal): -8775867 or 4527994. OLE color: 4527994.

HSL color Cylindrical-coordinate representation of color #7A1745: hue angle of 332.12º 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 #7A1745 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 23 69 -
CMYK 0 0.81 0.43 0.52
HSL 332.12º 0.68% 0.28% -
HSV(B) 332.12º 0.81% 0.48% -
XYZ 9.41 5.18 6.13 -
YUV 57.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 122 23 69 0 0.81 0.43 0.52 332.12 0.68 0.28
Hex 7A 17 45 0 51 2B 34 14C 44 1C
Octal 172 27 105 0 121 53 64 514 104 34
Binary 1111010 10111 1000101 0 1010001 101011 110100 101001100 1000100 11100

Color Harmonies of #7A1745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1745

Black with #7A1745

Text Example


Text Example

White with #7A1745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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