Html Css Color HEX #771C50 Pompadour

📋 copy color: '#771C50'

red 119 ◦ green 28 ◦ blue 80

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

Shades of Pompadour #771C50

Tints of Pompadour #771C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.33%

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

R = 52.42%
G = 12.33%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#771C50 (or 0x771C50) is known color: Pompadour. HEX triplet: 77, 1C and 50. RGB value is (119,28,80). Sum of RGB (Red+Green+Blue) = 119+28+80=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #771C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C50 is #88E3AF. Grayscale: #3D3D3D. Windows color (decimal): -8971184 or 5250167. OLE color: 5250167.

HSL color Cylindrical-coordinate representation of color #771C50: hue angle of 325.71º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C50 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 28 80 -
CMYK 0 0.76 0.33 0.53
HSL 325.71º 0.62% 0.29% -
HSV(B) 325.71º 0.76% 0.47% -
XYZ 9.47 5.33 8.12 -
YUV 61.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 119 28 80 0 0.76 0.33 0.53 325.71 0.62 0.29
Hex 77 1C 50 0 4C 21 35 146 3E 1D
Octal 167 34 120 0 114 41 65 506 76 35
Binary 1110111 11100 1010000 0 1001100 100001 110101 101000110 111110 11101

Color Harmonies of #771C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C50

Black with #771C50

Text Example


Text Example

White with #771C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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