Html Css Color HEX #771D4C Pompadour

📋 copy color: '#771D4C'

red 119 ◦ green 29 ◦ blue 76

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

Shades of Pompadour #771D4C

Tints of Pompadour #771D4C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.95%

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 53.13%
G = 12.95%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#771D4C (or 0x771D4C) is known color: Pompadour. HEX triplet: 77, 1D and 4C. RGB value is (119,29,76). Sum of RGB (Red+Green+Blue) = 119+29+76=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #771D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D4C is #88E2B3. Grayscale: #3D3D3D. Windows color (decimal): -8970932 or 4988279. OLE color: 4988279.

HSL color Cylindrical-coordinate representation of color #771D4C: hue angle of 328.67º degrees, saturation: 0.61, 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 #771D4C is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 76 -
CMYK 0 0.76 0.36 0.53
HSL 328.67º 0.61% 0.29% -
HSV(B) 328.67º 0.76% 0.47% -
XYZ 9.35 5.32 7.37 -
YUV 61.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 119 29 76 0 0.76 0.36 0.53 328.67 0.61 0.29
Hex 77 1D 4C 0 4C 24 35 149 3D 1D
Octal 167 35 114 0 114 44 65 511 75 35
Binary 1110111 11101 1001100 0 1001100 100100 110101 101001001 111101 11101

Color Harmonies of #771D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D4C

Black with #771D4C

Text Example


Text Example

White with #771D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,29,76); }

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

background-color css

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

 a { background-color: rgb(119,29,76); }

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

border-color css

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

 span { border-color: rgb(119,29,76); }

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