Html Css Color HEX #761649 Pompadour

📋 copy color: '#761649'

red 118 ◦ green 22 ◦ blue 73

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

Shades of Pompadour #761649

Tints of Pompadour #761649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 55.4%
G = 10.33%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#761649 (or 0x761649) is known color: Pompadour. HEX triplet: 76, 16 and 49. RGB value is (118,22,73). Sum of RGB (Red+Green+Blue) = 118+22+73=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #761649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761649 is #89E9B6. Grayscale: #383838. Windows color (decimal): -9038263 or 4789878. OLE color: 4789878.

HSL color Cylindrical-coordinate representation of color #761649: hue angle of 328.12º 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 #761649 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 73 -
CMYK 0 0.81 0.38 0.54
HSL 328.13º 0.69% 0.27% -
HSV(B) 328.13º 0.81% 0.46% -
XYZ 8.96 4.91 6.78 -
YUV 56.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 118 22 73 0 0.81 0.38 0.54 328.13 0.69 0.27
Hex 76 16 49 0 51 26 36 148 45 1B
Octal 166 26 111 0 121 46 66 510 105 33
Binary 1110110 10110 1001001 0 1010001 100110 110110 101001000 1000101 11011

Color Harmonies of #761649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761649

Black with #761649

Text Example


Text Example

White with #761649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761649; }

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

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

background-color css

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

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

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

border-color css

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

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

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