Html Css Color HEX #761446 Pompadour

📋 copy color: '#761446'

red 118 ◦ green 20 ◦ blue 70

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

Shades of Pompadour #761446

Tints of Pompadour #761446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.62%

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

R = 56.73%
G = 9.62%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#761446 (or 0x761446) is known color: Pompadour. HEX triplet: 76, 14 and 46. RGB value is (118,20,70). Sum of RGB (Red+Green+Blue) = 118+20+70=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #761446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761446 is #89EBB9. Grayscale: #363636. Windows color (decimal): -9038778 or 4592758. OLE color: 4592758.

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

Color convert

RGB 118 20 70 -
CMYK 0 0.83 0.41 0.54
HSL 329.39º 0.71% 0.27% -
HSV(B) 329.39º 0.83% 0.46% -
XYZ 8.83 4.79 6.25 -
YUV 55 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 118 20 70 0 0.83 0.41 0.54 329.39 0.71 0.27
Hex 76 14 46 0 53 29 36 149 47 1B
Octal 166 24 106 0 123 51 66 511 107 33
Binary 1110110 10100 1000110 0 1010011 101001 110110 101001001 1000111 11011

Color Harmonies of #761446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761446

Black with #761446

Text Example


Text Example

White with #761446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761446; }

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

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

background-color css

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

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

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

border-color css

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

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

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