Html Css Color HEX #771753 Pompadour

📋 copy color: '#771753'

red 119 ◦ green 23 ◦ blue 83

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

Shades of Pompadour #771753

Tints of Pompadour #771753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.89%

R = 52.89%
G = 10.22%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#771753 (or 0x771753) is known color: Pompadour. HEX triplet: 77, 17 and 53. RGB value is (119,23,83). Sum of RGB (Red+Green+Blue) = 119+23+83=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #771753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771753 is #88E8AC. Grayscale: #3A3A3A. Windows color (decimal): -8972461 or 5445495. OLE color: 5445495.

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

Color convert

RGB 119 23 83 -
CMYK 0 0.81 0.30 0.53
HSL 322.5º 0.68% 0.28% -
HSV(B) 322.5º 0.81% 0.47% -
XYZ 9.48 5.16 8.68 -
YUV 58.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 119 23 83 0 0.81 0.30 0.53 322.5 0.68 0.28
Hex 77 17 53 0 51 1E 35 142 44 1C
Octal 167 27 123 0 121 36 65 502 104 34
Binary 1110111 10111 1010011 0 1010001 11110 110101 101000010 1000100 11100

Color Harmonies of #771753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771753

Black with #771753

Text Example


Text Example

White with #771753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771753; }

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

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

background-color css

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

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

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

border-color css

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

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

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