Html Css Color HEX #760E54 Pompadour

📋 copy color: '#760E54'

red 118 ◦ green 14 ◦ blue 84

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

Shades of Pompadour #760E54

Tints of Pompadour #760E54

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.48%

 BLUE value IS 84 (33.2% from 255) = 38.89%

R = 54.63%
G = 6.48%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#760E54 (or 0x760E54) is known color: Pompadour. HEX triplet: 76, 0E and 54. RGB value is (118,14,84). Sum of RGB (Red+Green+Blue) = 118+14+84=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #760E54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E54 is #89F1AB. Grayscale: #343434. Windows color (decimal): -9040300 or 5508726. OLE color: 5508726.

HSL color Cylindrical-coordinate representation of color #760E54: hue angle of 319.62º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E54 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 14 84 -
CMYK 0 0.88 0.29 0.54
HSL 319.62º 0.79% 0.26% -
HSV(B) 319.62º 0.88% 0.46% -
XYZ 9.23 4.81 8.83 -
YUV 53.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 118 14 84 0 0.88 0.29 0.54 319.62 0.79 0.26
Hex 76 E 54 0 58 1D 36 140 4F 1A
Octal 166 16 124 0 130 35 66 500 117 32
Binary 1110110 1110 1010100 0 1011000 11101 110110 101000000 1001111 11010

Color Harmonies of #760E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E54

Black with #760E54

Text Example


Text Example

White with #760E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760E54; }

 p { color: rgb(118,14,84); }

 H1.HeaderClassName
 {
   color: #760E54;
 }
 .AnyTagClassName
 {
   color: #760E54;
 }
</style>

background-color css

<style>
 a { background-color: #760E54; }

 a { background-color: rgb(118,14,84); }

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

border-color css

<style>
 span { border-color: #760E54; }

 span { border-color: rgb(118,14,84); }

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