Html Css Color HEX #771857 Pompadour

📋 copy color: '#771857'

red 119 ◦ green 24 ◦ blue 87

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

Shades of Pompadour #771857

Tints of Pompadour #771857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.83%

R = 51.74%
G = 10.43%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#771857 (or 0x771857) is known color: Pompadour. HEX triplet: 77, 18 and 57. RGB value is (119,24,87). Sum of RGB (Red+Green+Blue) = 119+24+87=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #771857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771857 is #88E7A8. Grayscale: #3B3B3B. Windows color (decimal): -8972201 or 5707895. OLE color: 5707895.

HSL color Cylindrical-coordinate representation of color #771857: hue angle of 320.21º 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 #771857 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 87 -
CMYK 0 0.80 0.27 0.53
HSL 320.21º 0.66% 0.28% -
HSV(B) 320.21º 0.8% 0.47% -
XYZ 9.65 5.26 9.52 -
YUV 59.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 119 24 87 0 0.80 0.27 0.53 320.21 0.66 0.28
Hex 77 18 57 0 50 1B 35 140 42 1C
Octal 167 30 127 0 120 33 65 500 102 34
Binary 1110111 11000 1010111 0 1010000 11011 110101 101000000 1000010 11100

Color Harmonies of #771857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771857

Black with #771857

Text Example


Text Example

White with #771857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771857; }

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

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

background-color css

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

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

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

border-color css

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

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

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