Html Css Color HEX #771C4F Pompadour

📋 copy color: '#771C4F'

red 119 ◦ green 28 ◦ blue 79

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

Shades of Pompadour #771C4F

Tints of Pompadour #771C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 52.65%
G = 12.39%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#771C4F (or 0x771C4F) is known color: Pompadour. HEX triplet: 77, 1C and 4F. RGB value is (119,28,79). Sum of RGB (Red+Green+Blue) = 119+28+79=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #771C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C4F is #88E3B0. Grayscale: #3C3C3C. Windows color (decimal): -8971185 or 5184631. OLE color: 5184631.

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

Color convert

RGB 119 28 79 -
CMYK 0 0.76 0.34 0.53
HSL 326.37º 0.62% 0.29% -
HSV(B) 326.37º 0.76% 0.47% -
XYZ 9.43 5.32 7.93 -
YUV 61.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 119 28 79 0 0.76 0.34 0.53 326.37 0.62 0.29
Hex 77 1C 4F 0 4C 22 35 146 3E 1D
Octal 167 34 117 0 114 42 65 506 76 35
Binary 1110111 11100 1001111 0 1001100 100010 110101 101000110 111110 11101

Color Harmonies of #771C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C4F

Black with #771C4F

Text Example


Text Example

White with #771C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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