Html Css Color HEX #760E49 Pompadour

📋 copy color: '#760E49'

red 118 ◦ green 14 ◦ blue 73

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

Shades of Pompadour #760E49

Tints of Pompadour #760E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.83%

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

R = 57.56%
G = 6.83%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#760E49 (or 0x760E49) is known color: Pompadour. HEX triplet: 76, 0E and 49. RGB value is (118,14,73). Sum of RGB (Red+Green+Blue) = 118+14+73=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #760E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E49 is #89F1B6. Grayscale: #333333. Windows color (decimal): -9040311 or 4787830. OLE color: 4787830.

HSL color Cylindrical-coordinate representation of color #760E49: hue angle of 325.96º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E49 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 14 73 -
CMYK 0 0.88 0.38 0.54
HSL 325.96º 0.79% 0.26% -
HSV(B) 325.96º 0.88% 0.46% -
XYZ 8.83 4.65 6.73 -
YUV 51.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 118 14 73 0 0.88 0.38 0.54 325.96 0.79 0.26
Hex 76 E 49 0 58 26 36 146 4F 1A
Octal 166 16 111 0 130 46 66 506 117 32
Binary 1110110 1110 1001001 0 1011000 100110 110110 101000110 1001111 11010

Color Harmonies of #760E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E49

Black with #760E49

Text Example


Text Example

White with #760E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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