Html Css Color HEX #77104C Pompadour

📋 copy color: '#77104C'

red 119 ◦ green 16 ◦ blue 76

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

Shades of Pompadour #77104C

Tints of Pompadour #77104C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

 BLUE value IS 76 (30.08% from 255) = 36.02%

R = 56.4%
G = 7.58%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77104C (or 0x77104C) is known color: Pompadour. HEX triplet: 77, 10 and 4C. RGB value is (119,16,76). Sum of RGB (Red+Green+Blue) = 119+16+76=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77104C is #88EFB3. Grayscale: #353535. Windows color (decimal): -8974260 or 4984951. OLE color: 4984951.

HSL color Cylindrical-coordinate representation of color #77104C: hue angle of 325.05º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77104C is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 16 76 -
CMYK 0 0.87 0.36 0.53
HSL 325.05º 0.76% 0.26% -
HSV(B) 325.05º 0.87% 0.47% -
XYZ 9.1 4.81 7.29 -
YUV 53.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 119 16 76 0 0.87 0.36 0.53 325.05 0.76 0.26
Hex 77 10 4C 0 57 24 35 145 4C 1A
Octal 167 20 114 0 127 44 65 505 114 32
Binary 1110111 10000 1001100 0 1010111 100100 110101 101000101 1001100 11010

Color Harmonies of #77104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77104C

Black with #77104C

Text Example


Text Example

White with #77104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77104C; }

 p { color: rgb(119,16,76); }

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

background-color css

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

 a { background-color: rgb(119,16,76); }

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

border-color css

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

 span { border-color: rgb(119,16,76); }

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