Html Css Color HEX #761B4E Pompadour

📋 copy color: '#761B4E'

red 118 ◦ green 27 ◦ blue 78

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

Shades of Pompadour #761B4E

Tints of Pompadour #761B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.98%

R = 52.91%
G = 12.11%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#761B4E (or 0x761B4E) is known color: Pompadour. HEX triplet: 76, 1B and 4E. RGB value is (118,27,78). Sum of RGB (Red+Green+Blue) = 118+27+78=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #761B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B4E is #89E4B1. Grayscale: #3B3B3B. Windows color (decimal): -9036978 or 5118838. OLE color: 5118838.

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

Color convert

RGB 118 27 78 -
CMYK 0 0.77 0.34 0.54
HSL 326.37º 0.63% 0.28% -
HSV(B) 326.37º 0.77% 0.46% -
XYZ 9.24 5.19 7.72 -
YUV 60.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 118 27 78 0 0.77 0.34 0.54 326.37 0.63 0.28
Hex 76 1B 4E 0 4D 22 36 146 3F 1C
Octal 166 33 116 0 115 42 66 506 77 34
Binary 1110110 11011 1001110 0 1001101 100010 110110 101000110 111111 11100

Color Harmonies of #761B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B4E

Black with #761B4E

Text Example


Text Example

White with #761B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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