Html Css Color HEX #761B4A Pompadour

📋 copy color: '#761B4A'

red 118 ◦ green 27 ◦ blue 74

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

Shades of Pompadour #761B4A

Tints of Pompadour #761B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.33%

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

R = 53.88%
G = 12.33%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#761B4A (or 0x761B4A) is known color: Pompadour. HEX triplet: 76, 1B and 4A. RGB value is (118,27,74). Sum of RGB (Red+Green+Blue) = 118+27+74=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #761B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B4A is #89E4B5. Grayscale: #3B3B3B. Windows color (decimal): -9036982 or 4856694. OLE color: 4856694.

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

Color convert

RGB 118 27 74 -
CMYK 0 0.77 0.37 0.54
HSL 329.01º 0.63% 0.28% -
HSV(B) 329.01º 0.77% 0.46% -
XYZ 9.1 5.13 6.99 -
YUV 59.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 118 27 74 0 0.77 0.37 0.54 329.01 0.63 0.28
Hex 76 1B 4A 0 4D 25 36 149 3F 1C
Octal 166 33 112 0 115 45 66 511 77 34
Binary 1110110 11011 1001010 0 1001101 100101 110110 101001001 111111 11100

Color Harmonies of #761B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B4A

Black with #761B4A

Text Example


Text Example

White with #761B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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