Html Css Color HEX #77104B Pompadour

📋 copy color: '#77104B'

red 119 ◦ green 16 ◦ blue 75

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

Shades of Pompadour #77104B

Tints of Pompadour #77104B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.71%

R = 56.67%
G = 7.62%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77104B (or 0x77104B) is known color: Pompadour. HEX triplet: 77, 10 and 4B. RGB value is (119,16,75). Sum of RGB (Red+Green+Blue) = 119+16+75=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #77104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77104B is #88EFB4. Grayscale: #353535. Windows color (decimal): -8974261 or 4919415. OLE color: 4919415.

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

Color convert

RGB 119 16 75 -
CMYK 0 0.87 0.37 0.53
HSL 325.63º 0.76% 0.26% -
HSV(B) 325.63º 0.87% 0.47% -
XYZ 9.06 4.8 7.11 -
YUV 53.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 119 16 75 0 0.87 0.37 0.53 325.63 0.76 0.26
Hex 77 10 4B 0 57 25 35 146 4C 1A
Octal 167 20 113 0 127 45 65 506 114 32
Binary 1110111 10000 1001011 0 1010111 100101 110101 101000110 1001100 11010

Color Harmonies of #77104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77104B

Black with #77104B

Text Example


Text Example

White with #77104B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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