Html Css Color HEX #771752 Pompadour

📋 copy color: '#771752'

red 119 ◦ green 23 ◦ blue 82

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

Shades of Pompadour #771752

Tints of Pompadour #771752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 53.13%
G = 10.27%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#771752 (or 0x771752) is known color: Pompadour. HEX triplet: 77, 17 and 52. RGB value is (119,23,82). Sum of RGB (Red+Green+Blue) = 119+23+82=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #771752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771752 is #88E8AD. Grayscale: #3A3A3A. Windows color (decimal): -8972462 or 5379959. OLE color: 5379959.

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

Color convert

RGB 119 23 82 -
CMYK 0 0.81 0.31 0.53
HSL 323.13º 0.68% 0.28% -
HSV(B) 323.13º 0.81% 0.47% -
XYZ 9.44 5.14 8.48 -
YUV 58.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 119 23 82 0 0.81 0.31 0.53 323.13 0.68 0.28
Hex 77 17 52 0 51 1F 35 143 44 1C
Octal 167 27 122 0 121 37 65 503 104 34
Binary 1110111 10111 1010010 0 1010001 11111 110101 101000011 1000100 11100

Color Harmonies of #771752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771752

Black with #771752

Text Example


Text Example

White with #771752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771752; }

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

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

background-color css

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

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

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

border-color css

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

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

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