Html Css Color HEX #7A123C Pompadour

📋 copy color: '#7A123C'

red 122 ◦ green 18 ◦ blue 60

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

Shades of Pompadour #7A123C

Tints of Pompadour #7A123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 60 (23.83% from 255) = 30%

R = 61%
G = 9%
B = 30%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7A123C (or 0x7A123C) is known color: Pompadour. HEX triplet: 7A, 12 and 3C. RGB value is (122,18,60). Sum of RGB (Red+Green+Blue) = 122+18+60=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A123C is #85EDC3. Grayscale: #353535. Windows color (decimal): -8777156 or 3936890. OLE color: 3936890.

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

Color convert

RGB 122 18 60 -
CMYK 0 0.85 0.51 0.52
HSL 335.77º 0.74% 0.27% -
HSV(B) 335.77º 0.85% 0.48% -
XYZ 9.06 4.9 4.74 -
YUV 53.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 122 18 60 0 0.85 0.51 0.52 335.77 0.74 0.27
Hex 7A 12 3C 0 55 33 34 150 4A 1B
Octal 172 22 74 0 125 63 64 520 112 33
Binary 1111010 10010 111100 0 1010101 110011 110100 101010000 1001010 11011

Color Harmonies of #7A123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A123C

Black with #7A123C

Text Example


Text Example

White with #7A123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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