Html Css Color HEX #760D47 Pompadour

📋 copy color: '#760D47'

red 118 ◦ green 13 ◦ blue 71

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

Shades of Pompadour #760D47

Tints of Pompadour #760D47

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.44%

 BLUE value IS 71 (28.13% from 255) = 35.15%

R = 58.42%
G = 6.44%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#760D47 (or 0x760D47) is known color: Pompadour. HEX triplet: 76, 0D and 47. RGB value is (118,13,71). Sum of RGB (Red+Green+Blue) = 118+13+71=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #760D47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D47 is #89F2B8. Grayscale: #323232. Windows color (decimal): -9040569 or 4656502. OLE color: 4656502.

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

Color convert

RGB 118 13 71 -
CMYK 0 0.89 0.40 0.54
HSL 326.86º 0.8% 0.26% -
HSV(B) 326.86º 0.89% 0.46% -
XYZ 8.75 4.59 6.39 -
YUV 51.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 118 13 71 0 0.89 0.40 0.54 326.86 0.8 0.26
Hex 76 D 47 0 59 28 36 147 50 1A
Octal 166 15 107 0 131 50 66 507 120 32
Binary 1110110 1101 1000111 0 1011001 101000 110110 101000111 1010000 11010

Color Harmonies of #760D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D47

Black with #760D47

Text Example


Text Example

White with #760D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,13,71); }

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

background-color css

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

 a { background-color: rgb(118,13,71); }

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

border-color css

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

 span { border-color: rgb(118,13,71); }

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