Html Css Color HEX #76104E Pompadour

📋 copy color: '#76104E'

red 118 ◦ green 16 ◦ blue 78

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

Shades of Pompadour #76104E

Tints of Pompadour #76104E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 55.66%
G = 7.55%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76104E (or 0x76104E) is known color: Pompadour. HEX triplet: 76, 10 and 4E. RGB value is (118,16,78). Sum of RGB (Red+Green+Blue) = 118+16+78=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76104E is #89EFB1. Grayscale: #353535. Windows color (decimal): -9039794 or 5116022. OLE color: 5116022.

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

Color convert

RGB 118 16 78 -
CMYK 0 0.86 0.34 0.54
HSL 323.53º 0.76% 0.26% -
HSV(B) 323.53º 0.86% 0.46% -
XYZ 9.03 4.77 7.65 -
YUV 53.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 118 16 78 0 0.86 0.34 0.54 323.53 0.76 0.26
Hex 76 10 4E 0 56 22 36 144 4C 1A
Octal 166 20 116 0 126 42 66 504 114 32
Binary 1110110 10000 1001110 0 1010110 100010 110110 101000100 1001100 11010

Color Harmonies of #76104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76104E

Black with #76104E

Text Example


Text Example

White with #76104E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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