Html Css Color HEX #761E4A Pompadour

📋 copy color: '#761E4A'

red 118 ◦ green 30 ◦ blue 74

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

Shades of Pompadour #761E4A

Tints of Pompadour #761E4A

RGB

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

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

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

R = 53.15%
G = 13.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#761E4A (or 0x761E4A) is known color: Pompadour. HEX triplet: 76, 1E and 4A. RGB value is (118,30,74). Sum of RGB (Red+Green+Blue) = 118+30+74=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #761E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E4A is #89E1B5. Grayscale: #3D3D3D. Windows color (decimal): -9036214 or 4857462. OLE color: 4857462.

HSL color Cylindrical-coordinate representation of color #761E4A: hue angle of 330º 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 #761E4A is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 30 74 -
CMYK 0 0.75 0.37 0.54
HSL 330º 0.59% 0.29% -
HSV(B) 330º 0.75% 0.46% -
XYZ 9.17 5.27 7.01 -
YUV 61.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 118 30 74 0 0.75 0.37 0.54 330 0.59 0.29
Hex 76 1E 4A 0 4B 25 36 14A 3B 1D
Octal 166 36 112 0 113 45 66 512 73 35
Binary 1110110 11110 1001010 0 1001011 100101 110110 101001010 111011 11101

Color Harmonies of #761E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E4A

Black with #761E4A

Text Example


Text Example

White with #761E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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