Html Css Color HEX #771855 Pompadour

📋 copy color: '#771855'

red 119 ◦ green 24 ◦ blue 85

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

Shades of Pompadour #771855

Tints of Pompadour #771855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.53%

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

R = 52.19%
G = 10.53%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#771855 (or 0x771855) is known color: Pompadour. HEX triplet: 77, 18 and 55. RGB value is (119,24,85). Sum of RGB (Red+Green+Blue) = 119+24+85=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #771855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771855 is #88E7AA. Grayscale: #3B3B3B. Windows color (decimal): -8972203 or 5576823. OLE color: 5576823.

HSL color Cylindrical-coordinate representation of color #771855: hue angle of 321.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771855 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 85 -
CMYK 0 0.80 0.29 0.53
HSL 321.47º 0.66% 0.28% -
HSV(B) 321.47º 0.8% 0.47% -
XYZ 9.57 5.23 9.1 -
YUV 59.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 119 24 85 0 0.80 0.29 0.53 321.47 0.66 0.28
Hex 77 18 55 0 50 1D 35 141 42 1C
Octal 167 30 125 0 120 35 65 501 102 34
Binary 1110111 11000 1010101 0 1010000 11101 110101 101000001 1000010 11100

Color Harmonies of #771855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771855

Black with #771855

Text Example


Text Example

White with #771855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771855; }

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

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

background-color css

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

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

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

border-color css

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

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

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