Html Css Color HEX #761144 Pompadour

📋 copy color: '#761144'

red 118 ◦ green 17 ◦ blue 68

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

Shades of Pompadour #761144

Tints of Pompadour #761144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 58.13%
G = 8.37%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#761144 (or 0x761144) is known color: Pompadour. HEX triplet: 76, 11 and 44. RGB value is (118,17,68). Sum of RGB (Red+Green+Blue) = 118+17+68=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #761144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761144 is #89EEBB. Grayscale: #343434. Windows color (decimal): -9039548 or 4460918. OLE color: 4460918.

HSL color Cylindrical-coordinate representation of color #761144: hue angle of 329.7º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761144 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 68 -
CMYK 0 0.86 0.42 0.54
HSL 329.7º 0.75% 0.26% -
HSV(B) 329.7º 0.86% 0.46% -
XYZ 8.72 4.67 5.91 -
YUV 53.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 118 17 68 0 0.86 0.42 0.54 329.7 0.75 0.26
Hex 76 11 44 0 56 2A 36 14A 4B 1A
Octal 166 21 104 0 126 52 66 512 113 32
Binary 1110110 10001 1000100 0 1010110 101010 110110 101001010 1001011 11010

Color Harmonies of #761144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761144

Black with #761144

Text Example


Text Example

White with #761144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761144; }

 p { color: rgb(118,17,68); }

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

background-color css

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

 a { background-color: rgb(118,17,68); }

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

border-color css

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

 span { border-color: rgb(118,17,68); }

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