Html Css Color HEX #761143 Pompadour

📋 copy color: '#761143'

red 118 ◦ green 17 ◦ blue 67

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

Shades of Pompadour #761143

Tints of Pompadour #761143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.17%

R = 58.42%
G = 8.42%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#761143 (or 0x761143) is known color: Pompadour. HEX triplet: 76, 11 and 43. RGB value is (118,17,67). Sum of RGB (Red+Green+Blue) = 118+17+67=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #761143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761143 is #89EEBC. Grayscale: #343434. Windows color (decimal): -9039549 or 4395382. OLE color: 4395382.

HSL color Cylindrical-coordinate representation of color #761143: hue angle of 330.3º 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 #761143 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 67 -
CMYK 0 0.86 0.43 0.54
HSL 330.3º 0.75% 0.26% -
HSV(B) 330.3º 0.86% 0.46% -
XYZ 8.68 4.66 5.75 -
YUV 52.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 118 17 67 0 0.86 0.43 0.54 330.3 0.75 0.26
Hex 76 11 43 0 56 2B 36 14A 4B 1A
Octal 166 21 103 0 126 53 66 512 113 32
Binary 1110110 10001 1000011 0 1010110 101011 110110 101001010 1001011 11010

Color Harmonies of #761143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761143

Black with #761143

Text Example


Text Example

White with #761143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761143; }

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

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

background-color css

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

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

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

border-color css

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

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

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