Html Css Color HEX #771741 Pompadour

📋 copy color: '#771741'

red 119 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #771741

Tints of Pompadour #771741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 57.49%
G = 11.11%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#771741 (or 0x771741) is known color: Pompadour. HEX triplet: 77, 17 and 41. RGB value is (119,23,65). Sum of RGB (Red+Green+Blue) = 119+23+65=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #771741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771741 is #88E8BE. Grayscale: #383838. Windows color (decimal): -8972479 or 4265847. OLE color: 4265847.

HSL color Cylindrical-coordinate representation of color #771741: hue angle of 333.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771741 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 65 -
CMYK 0 0.81 0.45 0.53
HSL 333.75º 0.68% 0.28% -
HSV(B) 333.75º 0.81% 0.47% -
XYZ 8.87 4.92 5.48 -
YUV 56.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 119 23 65 0 0.81 0.45 0.53 333.75 0.68 0.28
Hex 77 17 41 0 51 2D 35 14E 44 1C
Octal 167 27 101 0 121 55 65 516 104 34
Binary 1110111 10111 1000001 0 1010001 101101 110101 101001110 1000100 11100

Color Harmonies of #771741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771741

Black with #771741

Text Example


Text Example

White with #771741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771741; }

 p { color: rgb(119,23,65); }

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

background-color css

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

 a { background-color: rgb(119,23,65); }

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

border-color css

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

 span { border-color: rgb(119,23,65); }

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