Html Css Color HEX #761646 Pompadour

📋 copy color: '#761646'

red 118 ◦ green 22 ◦ blue 70

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

Shades of Pompadour #761646

Tints of Pompadour #761646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.48%

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

R = 56.19%
G = 10.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#761646 (or 0x761646) is known color: Pompadour. HEX triplet: 76, 16 and 46. RGB value is (118,22,70). Sum of RGB (Red+Green+Blue) = 118+22+70=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #761646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761646 is #89E9B9. Grayscale: #383838. Windows color (decimal): -9038266 or 4593270. OLE color: 4593270.

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

Color convert

RGB 118 22 70 -
CMYK 0 0.81 0.41 0.54
HSL 330º 0.69% 0.27% -
HSV(B) 330º 0.81% 0.46% -
XYZ 8.86 4.87 6.27 -
YUV 56.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 118 22 70 0 0.81 0.41 0.54 330 0.69 0.27
Hex 76 16 46 0 51 29 36 14A 45 1B
Octal 166 26 106 0 121 51 66 512 105 33
Binary 1110110 10110 1000110 0 1010001 101001 110110 101001010 1000101 11011

Color Harmonies of #761646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761646

Black with #761646

Text Example


Text Example

White with #761646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761646; }

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

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

background-color css

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

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

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

border-color css

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

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

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