Html Css Color HEX #761940 Pompadour

📋 copy color: '#761940'

red 118 ◦ green 25 ◦ blue 64

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

Shades of Pompadour #761940

Tints of Pompadour #761940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 57%
G = 12.08%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#761940 (or 0x761940) is known color: Pompadour. HEX triplet: 76, 19 and 40. RGB value is (118,25,64). Sum of RGB (Red+Green+Blue) = 118+25+64=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761940 is #89E6BF. Grayscale: #393939. Windows color (decimal): -9037504 or 4200822. OLE color: 4200822.

HSL color Cylindrical-coordinate representation of color #761940: hue angle of 334.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761940 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 64 -
CMYK 0 0.79 0.46 0.54
HSL 334.84º 0.65% 0.28% -
HSV(B) 334.84º 0.79% 0.46% -
XYZ 8.74 4.92 5.34 -
YUV 57.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 118 25 64 0 0.79 0.46 0.54 334.84 0.65 0.28
Hex 76 19 40 0 4F 2E 36 14F 41 1C
Octal 166 31 100 0 117 56 66 517 101 34
Binary 1110110 11001 1000000 0 1001111 101110 110110 101001111 1000001 11100

Color Harmonies of #761940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761940

Black with #761940

Text Example


Text Example

White with #761940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761940; }

 p { color: rgb(118,25,64); }

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

background-color css

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

 a { background-color: rgb(118,25,64); }

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

border-color css

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

 span { border-color: rgb(118,25,64); }

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