Html Css Color HEX #761E49 Pompadour

📋 copy color: '#761E49'

red 118 ◦ green 30 ◦ blue 73

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

Shades of Pompadour #761E49

Tints of Pompadour #761E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.57%

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

R = 53.39%
G = 13.57%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#761E49 (or 0x761E49) is known color: Pompadour. HEX triplet: 76, 1E and 49. RGB value is (118,30,73). Sum of RGB (Red+Green+Blue) = 118+30+73=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #761E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E49 is #89E1B6. Grayscale: #3D3D3D. Windows color (decimal): -9036215 or 4791926. OLE color: 4791926.

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

Color convert

RGB 118 30 73 -
CMYK 0 0.75 0.38 0.54
HSL 330.68º 0.59% 0.29% -
HSV(B) 330.68º 0.75% 0.46% -
XYZ 9.14 5.26 6.84 -
YUV 61.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 118 30 73 0 0.75 0.38 0.54 330.68 0.59 0.29
Hex 76 1E 49 0 4B 26 36 14B 3B 1D
Octal 166 36 111 0 113 46 66 513 73 35
Binary 1110110 11110 1001001 0 1001011 100110 110110 101001011 111011 11101

Color Harmonies of #761E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E49

Black with #761E49

Text Example


Text Example

White with #761E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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