Html Css Color HEX #76104D Pompadour

📋 copy color: '#76104D'

red 118 ◦ green 16 ◦ blue 77

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

Shades of Pompadour #76104D

Tints of Pompadour #76104D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 55.92%
G = 7.58%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76104D (or 0x76104D) is known color: Pompadour. HEX triplet: 76, 10 and 4D. RGB value is (118,16,77). Sum of RGB (Red+Green+Blue) = 118+16+77=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76104D is #89EFB2. Grayscale: #353535. Windows color (decimal): -9039795 or 5050486. OLE color: 5050486.

HSL color Cylindrical-coordinate representation of color #76104D: hue angle of 324.12º 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 #76104D is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 77 -
CMYK 0 0.86 0.35 0.54
HSL 324.12º 0.76% 0.26% -
HSV(B) 324.12º 0.86% 0.46% -
XYZ 9 4.76 7.47 -
YUV 53.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 118 16 77 0 0.86 0.35 0.54 324.12 0.76 0.26
Hex 76 10 4D 0 56 23 36 144 4C 1A
Octal 166 20 115 0 126 43 66 504 114 32
Binary 1110110 10000 1001101 0 1010110 100011 110110 101000100 1001100 11010

Color Harmonies of #76104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76104D

Black with #76104D

Text Example


Text Example

White with #76104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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