Html Css Color HEX #771355 Pompadour

📋 copy color: '#771355'

red 119 ◦ green 19 ◦ blue 85

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

Shades of Pompadour #771355

Tints of Pompadour #771355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.12%

R = 53.36%
G = 8.52%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#771355 (or 0x771355) is known color: Pompadour. HEX triplet: 77, 13 and 55. RGB value is (119,19,85). Sum of RGB (Red+Green+Blue) = 119+19+85=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #771355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771355 is #88ECAA. Grayscale: #383838. Windows color (decimal): -8973483 or 5575543. OLE color: 5575543.

HSL color Cylindrical-coordinate representation of color #771355: hue angle of 320.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 #771355 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 19 85 -
CMYK 0 0.84 0.29 0.53
HSL 320.4º 0.72% 0.27% -
HSV(B) 320.4º 0.84% 0.47% -
XYZ 9.48 5.04 9.07 -
YUV 56.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 119 19 85 0 0.84 0.29 0.53 320.4 0.72 0.27
Hex 77 13 55 0 54 1D 35 140 48 1B
Octal 167 23 125 0 124 35 65 500 110 33
Binary 1110111 10011 1010101 0 1010100 11101 110101 101000000 1001000 11011

Color Harmonies of #771355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771355

Black with #771355

Text Example


Text Example

White with #771355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771355; }

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

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

background-color css

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

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

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

border-color css

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

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

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