Html Css Color HEX #76174E Pompadour

📋 copy color: '#76174E'

red 118 ◦ green 23 ◦ blue 78

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

Shades of Pompadour #76174E

Tints of Pompadour #76174E

RGB

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

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

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

R = 53.88%
G = 10.5%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76174E (or 0x76174E) is known color: Pompadour. HEX triplet: 76, 17 and 4E. RGB value is (118,23,78). Sum of RGB (Red+Green+Blue) = 118+23+78=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76174E is #89E8B1. Grayscale: #393939. Windows color (decimal): -9038002 or 5117814. OLE color: 5117814.

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

Color convert

RGB 118 23 78 -
CMYK 0 0.81 0.34 0.54
HSL 325.26º 0.67% 0.28% -
HSV(B) 325.26º 0.81% 0.46% -
XYZ 9.15 5.01 7.69 -
YUV 57.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 118 23 78 0 0.81 0.34 0.54 325.26 0.67 0.28
Hex 76 17 4E 0 51 22 36 145 43 1C
Octal 166 27 116 0 121 42 66 505 103 34
Binary 1110110 10111 1001110 0 1010001 100010 110110 101000101 1000011 11100

Color Harmonies of #76174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76174E

Black with #76174E

Text Example


Text Example

White with #76174E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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