Html Css Color HEX #771746 Pompadour

📋 copy color: '#771746'

red 119 ◦ green 23 ◦ blue 70

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

Shades of Pompadour #771746

Tints of Pompadour #771746

RGB

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

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

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

R = 56.13%
G = 10.85%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#771746 (or 0x771746) is known color: Pompadour. HEX triplet: 77, 17 and 46. RGB value is (119,23,70). Sum of RGB (Red+Green+Blue) = 119+23+70=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #771746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771746 is #88E8B9. Grayscale: #383838. Windows color (decimal): -8972474 or 4593527. OLE color: 4593527.

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

Color convert

RGB 119 23 70 -
CMYK 0 0.81 0.41 0.53
HSL 330.63º 0.68% 0.28% -
HSV(B) 330.63º 0.81% 0.47% -
XYZ 9.02 4.98 6.28 -
YUV 57.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 119 23 70 0 0.81 0.41 0.53 330.63 0.68 0.28
Hex 77 17 46 0 51 29 35 14B 44 1C
Octal 167 27 106 0 121 51 65 513 104 34
Binary 1110111 10111 1000110 0 1010001 101001 110101 101001011 1000100 11100

Color Harmonies of #771746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771746

Black with #771746

Text Example


Text Example

White with #771746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771746; }

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

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

background-color css

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

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

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

border-color css

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

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

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