Html Css Color HEX #7A113E Pompadour

📋 copy color: '#7A113E'

red 122 ◦ green 17 ◦ blue 62

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

Shades of Pompadour #7A113E

Tints of Pompadour #7A113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

 BLUE value IS 62 (24.61% from 255) = 30.85%

R = 60.7%
G = 8.46%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#7A113E (or 0x7A113E) is known color: Pompadour. HEX triplet: 7A, 11 and 3E. RGB value is (122,17,62). Sum of RGB (Red+Green+Blue) = 122+17+62=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A113E is #85EEC1. Grayscale: #353535. Windows color (decimal): -8777410 or 4067706. OLE color: 4067706.

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

Color convert

RGB 122 17 62 -
CMYK 0 0.86 0.49 0.52
HSL 334.29º 0.76% 0.27% -
HSV(B) 334.29º 0.86% 0.48% -
XYZ 9.1 4.89 5.02 -
YUV 53.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 122 17 62 0 0.86 0.49 0.52 334.29 0.76 0.27
Hex 7A 11 3E 0 56 31 34 14E 4C 1B
Octal 172 21 76 0 126 61 64 516 114 33
Binary 1111010 10001 111110 0 1010110 110001 110100 101001110 1001100 11011

Color Harmonies of #7A113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A113E

Black with #7A113E

Text Example


Text Example

White with #7A113E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,17,62); }

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

background-color css

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

 a { background-color: rgb(122,17,62); }

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

border-color css

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

 span { border-color: rgb(122,17,62); }

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