Html Css Color HEX #761247 Pompadour

📋 copy color: '#761247'

red 118 ◦ green 18 ◦ blue 71

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

Shades of Pompadour #761247

Tints of Pompadour #761247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

 BLUE value IS 71 (28.13% from 255) = 34.3%

R = 57%
G = 8.7%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#761247 (or 0x761247) is known color: Pompadour. HEX triplet: 76, 12 and 47. RGB value is (118,18,71). Sum of RGB (Red+Green+Blue) = 118+18+71=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761247 is #89EDB8. Grayscale: #353535. Windows color (decimal): -9039289 or 4657782. OLE color: 4657782.

HSL color Cylindrical-coordinate representation of color #761247: hue angle of 328.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761247 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 71 -
CMYK 0 0.85 0.40 0.54
HSL 328.2º 0.74% 0.27% -
HSV(B) 328.2º 0.85% 0.46% -
XYZ 8.82 4.74 6.41 -
YUV 53.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 118 18 71 0 0.85 0.40 0.54 328.2 0.74 0.27
Hex 76 12 47 0 55 28 36 148 4A 1B
Octal 166 22 107 0 125 50 66 510 112 33
Binary 1110110 10010 1000111 0 1010101 101000 110110 101001000 1001010 11011

Color Harmonies of #761247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761247

Black with #761247

Text Example


Text Example

White with #761247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761247; }

 p { color: rgb(118,18,71); }

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

background-color css

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

 a { background-color: rgb(118,18,71); }

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

border-color css

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

 span { border-color: rgb(118,18,71); }

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