Html Css Color HEX #76104F Pompadour

📋 copy color: '#76104F'

red 118 ◦ green 16 ◦ blue 79

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

Shades of Pompadour #76104F

Tints of Pompadour #76104F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.09%

R = 55.4%
G = 7.51%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76104F (or 0x76104F) is known color: Pompadour. HEX triplet: 76, 10 and 4F. RGB value is (118,16,79). Sum of RGB (Red+Green+Blue) = 118+16+79=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76104F is #89EFB0. Grayscale: #353535. Windows color (decimal): -9039793 or 5181558. OLE color: 5181558.

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

Color convert

RGB 118 16 79 -
CMYK 0 0.86 0.33 0.54
HSL 322.94º 0.76% 0.26% -
HSV(B) 322.94º 0.86% 0.46% -
XYZ 9.07 4.79 7.84 -
YUV 53.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 118 16 79 0 0.86 0.33 0.54 322.94 0.76 0.26
Hex 76 10 4F 0 56 21 36 143 4C 1A
Octal 166 20 117 0 126 41 66 503 114 32
Binary 1110110 10000 1001111 0 1010110 100001 110110 101000011 1001100 11010

Color Harmonies of #76104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76104F

Black with #76104F

Text Example


Text Example

White with #76104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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