Html Css Color HEX #761951 Pompadour

📋 copy color: '#761951'

red 118 ◦ green 25 ◦ blue 81

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

Shades of Pompadour #761951

Tints of Pompadour #761951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.16%

R = 52.68%
G = 11.16%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#761951 (or 0x761951) is known color: Pompadour. HEX triplet: 76, 19 and 51. RGB value is (118,25,81). Sum of RGB (Red+Green+Blue) = 118+25+81=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #761951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761951 is #89E6AE. Grayscale: #3B3B3B. Windows color (decimal): -9037487 or 5314934. OLE color: 5314934.

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

Color convert

RGB 118 25 81 -
CMYK 0 0.79 0.31 0.54
HSL 323.87º 0.65% 0.28% -
HSV(B) 323.87º 0.79% 0.46% -
XYZ 9.3 5.14 8.29 -
YUV 59.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 118 25 81 0 0.79 0.31 0.54 323.87 0.65 0.28
Hex 76 19 51 0 4F 1F 36 144 41 1C
Octal 166 31 121 0 117 37 66 504 101 34
Binary 1110110 11001 1010001 0 1001111 11111 110110 101000100 1000001 11100

Color Harmonies of #761951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761951

Black with #761951

Text Example


Text Example

White with #761951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761951; }

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

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

background-color css

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

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

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

border-color css

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

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

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