Html Css Color HEX #761946 Pompadour

📋 copy color: '#761946'

red 118 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #761946

Tints of Pompadour #761946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

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

R = 55.4%
G = 11.74%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#761946 (or 0x761946) is known color: Pompadour. HEX triplet: 76, 19 and 46. RGB value is (118,25,70). Sum of RGB (Red+Green+Blue) = 118+25+70=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #761946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761946 is #89E6B9. Grayscale: #393939. Windows color (decimal): -9037498 or 4594038. OLE color: 4594038.

HSL color Cylindrical-coordinate representation of color #761946: hue angle of 330.97º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761946 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 70 -
CMYK 0 0.79 0.41 0.54
HSL 330.97º 0.65% 0.28% -
HSV(B) 330.97º 0.79% 0.46% -
XYZ 8.92 4.99 6.29 -
YUV 57.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 118 25 70 0 0.79 0.41 0.54 330.97 0.65 0.28
Hex 76 19 46 0 4F 29 36 14B 41 1C
Octal 166 31 106 0 117 51 66 513 101 34
Binary 1110110 11001 1000110 0 1001111 101001 110110 101001011 1000001 11100

Color Harmonies of #761946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761946

Black with #761946

Text Example


Text Example

White with #761946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761946; }

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

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

background-color css

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

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

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

border-color css

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

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

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