Html Css Color HEX #76194C Pompadour

📋 copy color: '#76194C'

red 118 ◦ green 25 ◦ blue 76

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

Shades of Pompadour #76194C

Tints of Pompadour #76194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

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

R = 53.88%
G = 11.42%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76194C (or 0x76194C) is known color: Pompadour. HEX triplet: 76, 19 and 4C. RGB value is (118,25,76). Sum of RGB (Red+Green+Blue) = 118+25+76=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76194C is #89E6B3. Grayscale: #3A3A3A. Windows color (decimal): -9037492 or 4987254. OLE color: 4987254.

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

Color convert

RGB 118 25 76 -
CMYK 0 0.79 0.36 0.54
HSL 327.1º 0.65% 0.28% -
HSV(B) 327.1º 0.79% 0.46% -
XYZ 9.12 5.07 7.33 -
YUV 58.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 118 25 76 0 0.79 0.36 0.54 327.1 0.65 0.28
Hex 76 19 4C 0 4F 24 36 147 41 1C
Octal 166 31 114 0 117 44 66 507 101 34
Binary 1110110 11001 1001100 0 1001111 100100 110110 101000111 1000001 11100

Color Harmonies of #76194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76194C

Black with #76194C

Text Example


Text Example

White with #76194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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