Html Css Color HEX #761F4A Pompadour

📋 copy color: '#761F4A'

red 118 ◦ green 31 ◦ blue 74

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

Shades of Pompadour #761F4A

Tints of Pompadour #761F4A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.9%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 52.91%
G = 13.9%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#761F4A (or 0x761F4A) is known color: Pompadour. HEX triplet: 76, 1F and 4A. RGB value is (118,31,74). Sum of RGB (Red+Green+Blue) = 118+31+74=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #761F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F4A is #89E0B5. Grayscale: #3D3D3D. Windows color (decimal): -9035958 or 4857718. OLE color: 4857718.

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

Color convert

RGB 118 31 74 -
CMYK 0 0.74 0.37 0.54
HSL 330.34º 0.58% 0.29% -
HSV(B) 330.34º 0.74% 0.46% -
XYZ 9.2 5.33 7.02 -
YUV 61.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 118 31 74 0 0.74 0.37 0.54 330.34 0.58 0.29
Hex 76 1F 4A 0 4A 25 36 14A 3A 1D
Octal 166 37 112 0 112 45 66 512 72 35
Binary 1110110 11111 1001010 0 1001010 100101 110110 101001010 111010 11101

Color Harmonies of #761F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761F4A

Black with #761F4A

Text Example


Text Example

White with #761F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,31,74); }

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

background-color css

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

 a { background-color: rgb(118,31,74); }

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

border-color css

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

 span { border-color: rgb(118,31,74); }

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