Html Css Color HEX #771346 Pompadour

📋 copy color: '#771346'

red 119 ◦ green 19 ◦ blue 70

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

Shades of Pompadour #771346

Tints of Pompadour #771346

RGB

 RED value IS 119 (46.88% from 255) = 57.21%

 GREEN value IS 19 (7.81% from 255) = 9.13%

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 57.21%
G = 9.13%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#771346 (or 0x771346) is known color: Pompadour. HEX triplet: 77, 13 and 46. RGB value is (119,19,70). Sum of RGB (Red+Green+Blue) = 119+19+70=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #771346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771346 is #88ECB9. Grayscale: #363636. Windows color (decimal): -8973498 or 4592503. OLE color: 4592503.

HSL color Cylindrical-coordinate representation of color #771346: hue angle of 329.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771346 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 19 70 -
CMYK 0 0.84 0.41 0.53
HSL 329.4º 0.72% 0.27% -
HSV(B) 329.4º 0.84% 0.47% -
XYZ 8.95 4.83 6.26 -
YUV 54.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 119 19 70 0 0.84 0.41 0.53 329.4 0.72 0.27
Hex 77 13 46 0 54 29 35 149 48 1B
Octal 167 23 106 0 124 51 65 511 110 33
Binary 1110111 10011 1000110 0 1010100 101001 110101 101001001 1001000 11011

Color Harmonies of #771346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771346

Black with #771346

Text Example


Text Example

White with #771346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771346; }

 p { color: rgb(119,19,70); }

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

background-color css

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

 a { background-color: rgb(119,19,70); }

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

border-color css

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

 span { border-color: rgb(119,19,70); }

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