Html Css Color HEX #761849 Pompadour

📋 copy color: '#761849'

red 118 ◦ green 24 ◦ blue 73

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

Shades of Pompadour #761849

Tints of Pompadour #761849

RGB

 RED value IS 118 (46.48% from 255) = 54.88%

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

 BLUE value IS 73 (28.91% from 255) = 33.95%

R = 54.88%
G = 11.16%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#761849 (or 0x761849) is known color: Pompadour. HEX triplet: 76, 18 and 49. RGB value is (118,24,73). Sum of RGB (Red+Green+Blue) = 118+24+73=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #761849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761849 is #89E7B6. Grayscale: #393939. Windows color (decimal): -9037751 or 4790390. OLE color: 4790390.

HSL color Cylindrical-coordinate representation of color #761849: hue angle of 328.72º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761849 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 73 -
CMYK 0 0.80 0.38 0.54
HSL 328.72º 0.66% 0.28% -
HSV(B) 328.72º 0.8% 0.46% -
XYZ 9 4.99 6.79 -
YUV 57.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 118 24 73 0 0.80 0.38 0.54 328.72 0.66 0.28
Hex 76 18 49 0 50 26 36 149 42 1C
Octal 166 30 111 0 120 46 66 511 102 34
Binary 1110110 11000 1001001 0 1010000 100110 110110 101001001 1000010 11100

Color Harmonies of #761849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761849

Black with #761849

Text Example


Text Example

White with #761849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761849; }

 p { color: rgb(118,24,73); }

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

background-color css

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

 a { background-color: rgb(118,24,73); }

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

border-color css

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

 span { border-color: rgb(118,24,73); }

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