Html Css Color HEX #761950 Pompadour

📋 copy color: '#761950'

red 118 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #761950

Tints of Pompadour #761950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 52.91%
G = 11.21%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#761950 (or 0x761950) is known color: Pompadour. HEX triplet: 76, 19 and 50. RGB value is (118,25,80). Sum of RGB (Red+Green+Blue) = 118+25+80=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #761950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761950 is #89E6AF. Grayscale: #3A3A3A. Windows color (decimal): -9037488 or 5249398. OLE color: 5249398.

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

Color convert

RGB 118 25 80 -
CMYK 0 0.79 0.32 0.54
HSL 324.52º 0.65% 0.28% -
HSV(B) 324.52º 0.79% 0.46% -
XYZ 9.27 5.13 8.09 -
YUV 59.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 118 25 80 0 0.79 0.32 0.54 324.52 0.65 0.28
Hex 76 19 50 0 4F 20 36 145 41 1C
Octal 166 31 120 0 117 40 66 505 101 34
Binary 1110110 11001 1010000 0 1001111 100000 110110 101000101 1000001 11100

Color Harmonies of #761950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761950

Black with #761950

Text Example


Text Example

White with #761950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761950; }

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

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

background-color css

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

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

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

border-color css

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

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

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