Html Css Color HEX #762046 Pompadour

📋 copy color: '#762046'

red 118 ◦ green 32 ◦ blue 70

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

Shades of Pompadour #762046

Tints of Pompadour #762046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.55%

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

R = 53.64%
G = 14.55%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#762046 (or 0x762046) is known color: Pompadour. HEX triplet: 76, 20 and 46. RGB value is (118,32,70). Sum of RGB (Red+Green+Blue) = 118+32+70=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #762046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762046 is #89DFB9. Grayscale: #3D3D3D. Windows color (decimal): -9035706 or 4595830. OLE color: 4595830.

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

Color convert

RGB 118 32 70 -
CMYK 0 0.73 0.41 0.54
HSL 333.49º 0.57% 0.29% -
HSV(B) 333.49º 0.73% 0.46% -
XYZ 9.09 5.33 6.34 -
YUV 62.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 118 32 70 0 0.73 0.41 0.54 333.49 0.57 0.29
Hex 76 20 46 0 49 29 36 14D 39 1D
Octal 166 40 106 0 111 51 66 515 71 35
Binary 1110110 100000 1000110 0 1001001 101001 110110 101001101 111001 11101

Color Harmonies of #762046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762046

Black with #762046

Text Example


Text Example

White with #762046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762046; }

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

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

background-color css

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

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

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

border-color css

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

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

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