Html Css Color HEX #76184C Pompadour

📋 copy color: '#76184C'

red 118 ◦ green 24 ◦ blue 76

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

Shades of Pompadour #76184C

Tints of Pompadour #76184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 54.13%
G = 11.01%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76184C (or 0x76184C) is known color: Pompadour. HEX triplet: 76, 18 and 4C. RGB value is (118,24,76). Sum of RGB (Red+Green+Blue) = 118+24+76=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76184C is #89E7B3. Grayscale: #393939. Windows color (decimal): -9037748 or 4986998. OLE color: 4986998.

HSL color Cylindrical-coordinate representation of color #76184C: hue angle of 326.81º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76184C is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 76 -
CMYK 0 0.80 0.36 0.54
HSL 326.81º 0.66% 0.28% -
HSV(B) 326.81º 0.8% 0.46% -
XYZ 9.1 5.03 7.33 -
YUV 58.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 118 24 76 0 0.80 0.36 0.54 326.81 0.66 0.28
Hex 76 18 4C 0 50 24 36 147 42 1C
Octal 166 30 114 0 120 44 66 507 102 34
Binary 1110110 11000 1001100 0 1010000 100100 110110 101000111 1000010 11100

Color Harmonies of #76184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76184C

Black with #76184C

Text Example


Text Example

White with #76184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76184C; }

 p { color: rgb(118,24,76); }

 H1.HeaderClassName
 {
   color: #76184C;
 }
 .AnyTagClassName
 {
   color: #76184C;
 }
</style>

background-color css

<style>
 a { background-color: #76184C; }

 a { background-color: rgb(118,24,76); }

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

border-color css

<style>
 span { border-color: #76184C; }

 span { border-color: rgb(118,24,76); }

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