Html Css Color HEX #771255 Pompadour

📋 copy color: '#771255'

red 119 ◦ green 18 ◦ blue 85

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

Shades of Pompadour #771255

Tints of Pompadour #771255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

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

R = 53.6%
G = 8.11%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#771255 (or 0x771255) is known color: Pompadour. HEX triplet: 77, 12 and 55. RGB value is (119,18,85). Sum of RGB (Red+Green+Blue) = 119+18+85=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #771255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771255 is #88EDAA. Grayscale: #373737. Windows color (decimal): -8973739 or 5575287. OLE color: 5575287.

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

Color convert

RGB 119 18 85 -
CMYK 0 0.85 0.29 0.53
HSL 320.2º 0.74% 0.27% -
HSV(B) 320.2º 0.85% 0.47% -
XYZ 9.46 5.01 9.06 -
YUV 55.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 119 18 85 0 0.85 0.29 0.53 320.2 0.74 0.27
Hex 77 12 55 0 55 1D 35 140 4A 1B
Octal 167 22 125 0 125 35 65 500 112 33
Binary 1110111 10010 1010101 0 1010101 11101 110101 101000000 1001010 11011

Color Harmonies of #771255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771255

Black with #771255

Text Example


Text Example

White with #771255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771255; }

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

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

background-color css

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

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

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

border-color css

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

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

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