Html Css Color HEX #77104F Pompadour

📋 copy color: '#77104F'

red 119 ◦ green 16 ◦ blue 79

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

Shades of Pompadour #77104F

Tints of Pompadour #77104F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.92%

R = 55.61%
G = 7.48%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77104F (or 0x77104F) is known color: Pompadour. HEX triplet: 77, 10 and 4F. RGB value is (119,16,79). Sum of RGB (Red+Green+Blue) = 119+16+79=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77104F is #88EFB0. Grayscale: #353535. Windows color (decimal): -8974257 or 5181559. OLE color: 5181559.

HSL color Cylindrical-coordinate representation of color #77104F: hue angle of 323.3º 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 #77104F is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 16 79 -
CMYK 0 0.87 0.34 0.53
HSL 323.3º 0.76% 0.26% -
HSV(B) 323.3º 0.87% 0.47% -
XYZ 9.2 4.86 7.85 -
YUV 53.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 119 16 79 0 0.87 0.34 0.53 323.3 0.76 0.26
Hex 77 10 4F 0 57 22 35 143 4C 1A
Octal 167 20 117 0 127 42 65 503 114 32
Binary 1110111 10000 1001111 0 1010111 100010 110101 101000011 1001100 11010

Color Harmonies of #77104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77104F

Black with #77104F

Text Example


Text Example

White with #77104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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