Html Css Color HEX #761E51 Pompadour

📋 copy color: '#761E51'

red 118 ◦ green 30 ◦ blue 81

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

Shades of Pompadour #761E51

Tints of Pompadour #761E51

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.1%

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

R = 51.53%
G = 13.1%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#761E51 (or 0x761E51) is known color: Pompadour. HEX triplet: 76, 1E and 51. RGB value is (118,30,81). Sum of RGB (Red+Green+Blue) = 118+30+81=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #761E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E51 is #89E1AE. Grayscale: #3E3E3E. Windows color (decimal): -9036207 or 5316214. OLE color: 5316214.

HSL color Cylindrical-coordinate representation of color #761E51: hue angle of 325.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E51 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 30 81 -
CMYK 0 0.75 0.31 0.54
HSL 325.23º 0.59% 0.29% -
HSV(B) 325.23º 0.75% 0.46% -
XYZ 9.42 5.37 8.33 -
YUV 62.13 138.65 167.85 -
System Red Green Blue C M Y K H S L
Decimal 118 30 81 0 0.75 0.31 0.54 325.23 0.59 0.29
Hex 76 1E 51 0 4B 1F 36 145 3B 1D
Octal 166 36 121 0 113 37 66 505 73 35
Binary 1110110 11110 1010001 0 1001011 11111 110110 101000101 111011 11101

Color Harmonies of #761E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E51

Black with #761E51

Text Example


Text Example

White with #761E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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