Html Css Color HEX #771845 Pompadour

📋 copy color: '#771845'

red 119 ◦ green 24 ◦ blue 69

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

Shades of Pompadour #771845

Tints of Pompadour #771845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

 BLUE value IS 69 (27.34% from 255) = 32.55%

R = 56.13%
G = 11.32%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#771845 (or 0x771845) is known color: Pompadour. HEX triplet: 77, 18 and 45. RGB value is (119,24,69). Sum of RGB (Red+Green+Blue) = 119+24+69=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #771845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771845 is #88E7BA. Grayscale: #393939. Windows color (decimal): -8972219 or 4528247. OLE color: 4528247.

HSL color Cylindrical-coordinate representation of color #771845: hue angle of 331.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771845 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 69 -
CMYK 0 0.80 0.42 0.53
HSL 331.58º 0.66% 0.28% -
HSV(B) 331.58º 0.8% 0.47% -
XYZ 9.01 5 6.12 -
YUV 57.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 119 24 69 0 0.80 0.42 0.53 331.58 0.66 0.28
Hex 77 18 45 0 50 2A 35 14C 42 1C
Octal 167 30 105 0 120 52 65 514 102 34
Binary 1110111 11000 1000101 0 1010000 101010 110101 101001100 1000010 11100

Color Harmonies of #771845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771845

Black with #771845

Text Example


Text Example

White with #771845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771845; }

 p { color: rgb(119,24,69); }

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

background-color css

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

 a { background-color: rgb(119,24,69); }

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

border-color css

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

 span { border-color: rgb(119,24,69); }

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