Html Css Color HEX #76174C Pompadour

📋 copy color: '#76174C'

red 118 ◦ green 23 ◦ blue 76

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

Shades of Pompadour #76174C

Tints of Pompadour #76174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

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

R = 54.38%
G = 10.6%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76174C (or 0x76174C) is known color: Pompadour. HEX triplet: 76, 17 and 4C. RGB value is (118,23,76). Sum of RGB (Red+Green+Blue) = 118+23+76=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76174C is #89E8B3. Grayscale: #393939. Windows color (decimal): -9038004 or 4986742. OLE color: 4986742.

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

Color convert

RGB 118 23 76 -
CMYK 0 0.81 0.36 0.54
HSL 326.53º 0.67% 0.28% -
HSV(B) 326.53º 0.81% 0.46% -
XYZ 9.08 4.99 7.32 -
YUV 57.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 118 23 76 0 0.81 0.36 0.54 326.53 0.67 0.28
Hex 76 17 4C 0 51 24 36 147 43 1C
Octal 166 27 114 0 121 44 66 507 103 34
Binary 1110110 10111 1001100 0 1010001 100100 110110 101000111 1000011 11100

Color Harmonies of #76174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76174C

Black with #76174C

Text Example


Text Example

White with #76174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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