Html Css Color HEX #771546 Pompadour

📋 copy color: '#771546'

red 119 ◦ green 21 ◦ blue 70

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

Shades of Pompadour #771546

Tints of Pompadour #771546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 56.67%
G = 10%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#771546 (or 0x771546) is known color: Pompadour. HEX triplet: 77, 15 and 46. RGB value is (119,21,70). Sum of RGB (Red+Green+Blue) = 119+21+70=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #771546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771546 is #88EAB9. Grayscale: #373737. Windows color (decimal): -8972986 or 4593015. OLE color: 4593015.

HSL color Cylindrical-coordinate representation of color #771546: hue angle of 330º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771546 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 70 -
CMYK 0 0.82 0.41 0.53
HSL 330º 0.7% 0.27% -
HSV(B) 330º 0.82% 0.47% -
XYZ 8.98 4.9 6.27 -
YUV 55.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 119 21 70 0 0.82 0.41 0.53 330 0.7 0.27
Hex 77 15 46 0 52 29 35 14A 46 1B
Octal 167 25 106 0 122 51 65 512 106 33
Binary 1110111 10101 1000110 0 1010010 101001 110101 101001010 1000110 11011

Color Harmonies of #771546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771546

Black with #771546

Text Example


Text Example

White with #771546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771546; }

 p { color: rgb(119,21,70); }

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

background-color css

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

 a { background-color: rgb(119,21,70); }

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

border-color css

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

 span { border-color: rgb(119,21,70); }

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