Html Css Color HEX #761046 Pompadour

📋 copy color: '#761046'

red 118 ◦ green 16 ◦ blue 70

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

Shades of Pompadour #761046

Tints of Pompadour #761046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

 BLUE value IS 70 (27.73% from 255) = 34.31%

R = 57.84%
G = 7.84%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#761046 (or 0x761046) is known color: Pompadour. HEX triplet: 76, 10 and 46. RGB value is (118,16,70). Sum of RGB (Red+Green+Blue) = 118+16+70=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #761046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761046 is #89EFB9. Grayscale: #343434. Windows color (decimal): -9039802 or 4591734. OLE color: 4591734.

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

Color convert

RGB 118 16 70 -
CMYK 0 0.86 0.41 0.54
HSL 328.24º 0.76% 0.26% -
HSV(B) 328.24º 0.86% 0.46% -
XYZ 8.76 4.66 6.23 -
YUV 52.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 118 16 70 0 0.86 0.41 0.54 328.24 0.76 0.26
Hex 76 10 46 0 56 29 36 148 4C 1A
Octal 166 20 106 0 126 51 66 510 114 32
Binary 1110110 10000 1000110 0 1010110 101001 110110 101001000 1001100 11010

Color Harmonies of #761046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761046

Black with #761046

Text Example


Text Example

White with #761046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761046; }

 p { color: rgb(118,16,70); }

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

background-color css

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

 a { background-color: rgb(118,16,70); }

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

border-color css

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

 span { border-color: rgb(118,16,70); }

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