Html Css Color HEX #761346 Pompadour

📋 copy color: '#761346'

red 118 ◦ green 19 ◦ blue 70

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

Shades of Pompadour #761346

Tints of Pompadour #761346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

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

R = 57%
G = 9.18%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#761346 (or 0x761346) is known color: Pompadour. HEX triplet: 76, 13 and 46. RGB value is (118,19,70). Sum of RGB (Red+Green+Blue) = 118+19+70=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761346 is #89ECB9. Grayscale: #363636. Windows color (decimal): -9039034 or 4592502. OLE color: 4592502.

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

Color convert

RGB 118 19 70 -
CMYK 0 0.84 0.41 0.54
HSL 329.09º 0.72% 0.27% -
HSV(B) 329.09º 0.84% 0.46% -
XYZ 8.81 4.76 6.25 -
YUV 54.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 118 19 70 0 0.84 0.41 0.54 329.09 0.72 0.27
Hex 76 13 46 0 54 29 36 149 48 1B
Octal 166 23 106 0 124 51 66 511 110 33
Binary 1110110 10011 1000110 0 1010100 101001 110110 101001001 1001000 11011

Color Harmonies of #761346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761346

Black with #761346

Text Example


Text Example

White with #761346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761346; }

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

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

background-color css

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

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

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

border-color css

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

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

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