Html Css Color HEX #771E4D Pompadour

📋 copy color: '#771E4D'

red 119 ◦ green 30 ◦ blue 77

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

Shades of Pompadour #771E4D

Tints of Pompadour #771E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.27%

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 52.65%
G = 13.27%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#771E4D (or 0x771E4D) is known color: Pompadour. HEX triplet: 77, 1E and 4D. RGB value is (119,30,77). Sum of RGB (Red+Green+Blue) = 119+30+77=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #771E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E4D is #88E1B2. Grayscale: #3D3D3D. Windows color (decimal): -8970675 or 5054071. OLE color: 5054071.

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

Color convert

RGB 119 30 77 -
CMYK 0 0.75 0.35 0.53
HSL 328.31º 0.6% 0.29% -
HSV(B) 328.31º 0.75% 0.47% -
XYZ 9.41 5.39 7.56 -
YUV 61.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 119 30 77 0 0.75 0.35 0.53 328.31 0.6 0.29
Hex 77 1E 4D 0 4B 23 35 148 3C 1D
Octal 167 36 115 0 113 43 65 510 74 35
Binary 1110111 11110 1001101 0 1001011 100011 110101 101001000 111100 11101

Color Harmonies of #771E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E4D

Black with #771E4D

Text Example


Text Example

White with #771E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,30,77); }

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

background-color css

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

 a { background-color: rgb(119,30,77); }

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

border-color css

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

 span { border-color: rgb(119,30,77); }

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