Html Css Color HEX #771E48 Pompadour

📋 copy color: '#771E48'

red 119 ◦ green 30 ◦ blue 72

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

Shades of Pompadour #771E48

Tints of Pompadour #771E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 53.85%
G = 13.57%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#771E48 (or 0x771E48) is known color: Pompadour. HEX triplet: 77, 1E and 48. RGB value is (119,30,72). Sum of RGB (Red+Green+Blue) = 119+30+72=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #771E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E48 is #88E1B7. Grayscale: #3D3D3D. Windows color (decimal): -8970680 or 4726391. OLE color: 4726391.

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

Color convert

RGB 119 30 72 -
CMYK 0 0.75 0.39 0.53
HSL 331.69º 0.6% 0.29% -
HSV(B) 331.69º 0.75% 0.47% -
XYZ 9.24 5.32 6.67 -
YUV 61.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 119 30 72 0 0.75 0.39 0.53 331.69 0.6 0.29
Hex 77 1E 48 0 4B 27 35 14C 3C 1D
Octal 167 36 110 0 113 47 65 514 74 35
Binary 1110111 11110 1001000 0 1001011 100111 110101 101001100 111100 11101

Color Harmonies of #771E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E48

Black with #771E48

Text Example


Text Example

White with #771E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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