Html Css Color HEX #771850 Pompadour

📋 copy color: '#771850'

red 119 ◦ green 24 ◦ blue 80

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

Shades of Pompadour #771850

Tints of Pompadour #771850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 53.36%
G = 10.76%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#771850 (or 0x771850) is known color: Pompadour. HEX triplet: 77, 18 and 50. RGB value is (119,24,80). Sum of RGB (Red+Green+Blue) = 119+24+80=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #771850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771850 is #88E7AF. Grayscale: #3A3A3A. Windows color (decimal): -8972208 or 5249143. OLE color: 5249143.

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

Color convert

RGB 119 24 80 -
CMYK 0 0.80 0.33 0.53
HSL 324.63º 0.66% 0.28% -
HSV(B) 324.63º 0.8% 0.47% -
XYZ 9.38 5.15 8.09 -
YUV 58.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 119 24 80 0 0.80 0.33 0.53 324.63 0.66 0.28
Hex 77 18 50 0 50 21 35 145 42 1C
Octal 167 30 120 0 120 41 65 505 102 34
Binary 1110111 11000 1010000 0 1010000 100001 110101 101000101 1000010 11100

Color Harmonies of #771850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771850

Black with #771850

Text Example


Text Example

White with #771850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771850; }

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

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

background-color css

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

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

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

border-color css

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

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

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