Html Css Color HEX #76144E Pompadour

📋 copy color: '#76144E'

red 118 ◦ green 20 ◦ blue 78

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

Shades of Pompadour #76144E

Tints of Pompadour #76144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

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

R = 54.63%
G = 9.26%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76144E (or 0x76144E) is known color: Pompadour. HEX triplet: 76, 14 and 4E. RGB value is (118,20,78). Sum of RGB (Red+Green+Blue) = 118+20+78=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76144E is #89EBB1. Grayscale: #373737. Windows color (decimal): -9038770 or 5117046. OLE color: 5117046.

HSL color Cylindrical-coordinate representation of color #76144E: hue angle of 324.49º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76144E is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 78 -
CMYK 0 0.83 0.34 0.54
HSL 324.49º 0.71% 0.27% -
HSV(B) 324.49º 0.83% 0.46% -
XYZ 9.1 4.9 7.67 -
YUV 55.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 118 20 78 0 0.83 0.34 0.54 324.49 0.71 0.27
Hex 76 14 4E 0 53 22 36 144 47 1B
Octal 166 24 116 0 123 42 66 504 107 33
Binary 1110110 10100 1001110 0 1010011 100010 110110 101000100 1000111 11011

Color Harmonies of #76144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76144E

Black with #76144E

Text Example


Text Example

White with #76144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76144E; }

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

 H1.HeaderClassName
 {
   color: #76144E;
 }
 .AnyTagClassName
 {
   color: #76144E;
 }
</style>

background-color css

<style>
 a { background-color: #76144E; }

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

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

border-color css

<style>
 span { border-color: #76144E; }

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

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