Html Css Color HEX #771655 Pompadour

📋 copy color: '#771655'

red 119 ◦ green 22 ◦ blue 85

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

Shades of Pompadour #771655

Tints of Pompadour #771655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.73%

 BLUE value IS 85 (33.59% from 255) = 37.61%

R = 52.65%
G = 9.73%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#771655 (or 0x771655) is known color: Pompadour. HEX triplet: 77, 16 and 55. RGB value is (119,22,85). Sum of RGB (Red+Green+Blue) = 119+22+85=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #771655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771655 is #88E9AA. Grayscale: #3A3A3A. Windows color (decimal): -8972715 or 5576311. OLE color: 5576311.

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

Color convert

RGB 119 22 85 -
CMYK 0 0.82 0.29 0.53
HSL 321.03º 0.69% 0.28% -
HSV(B) 321.03º 0.82% 0.47% -
XYZ 9.53 5.15 9.09 -
YUV 58.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 119 22 85 0 0.82 0.29 0.53 321.03 0.69 0.28
Hex 77 16 55 0 52 1D 35 141 45 1C
Octal 167 26 125 0 122 35 65 501 105 34
Binary 1110111 10110 1010101 0 1010010 11101 110101 101000001 1000101 11100

Color Harmonies of #771655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771655

Black with #771655

Text Example


Text Example

White with #771655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771655; }

 p { color: rgb(119,22,85); }

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

background-color css

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

 a { background-color: rgb(119,22,85); }

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

border-color css

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

 span { border-color: rgb(119,22,85); }

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