Html Css Color HEX #760D56 Pompadour

📋 copy color: '#760D56'

red 118 ◦ green 13 ◦ blue 86

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

Shades of Pompadour #760D56

Tints of Pompadour #760D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 39.63%

R = 54.38%
G = 5.99%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#760D56 (or 0x760D56) is known color: Pompadour. HEX triplet: 76, 0D and 56. RGB value is (118,13,86). Sum of RGB (Red+Green+Blue) = 118+13+86=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #760D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D56 is #89F2A9. Grayscale: #343434. Windows color (decimal): -9040554 or 5639542. OLE color: 5639542.

HSL color Cylindrical-coordinate representation of color #760D56: hue angle of 318.29º 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 #760D56 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 13 86 -
CMYK 0 0.89 0.27 0.54
HSL 318.29º 0.8% 0.26% -
HSV(B) 318.29º 0.89% 0.46% -
XYZ 9.29 4.81 9.24 -
YUV 52.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 118 13 86 0 0.89 0.27 0.54 318.29 0.8 0.26
Hex 76 D 56 0 59 1B 36 13E 50 1A
Octal 166 15 126 0 131 33 66 476 120 32
Binary 1110110 1101 1010110 0 1011001 11011 110110 100111110 1010000 11010

Color Harmonies of #760D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D56

Black with #760D56

Text Example


Text Example

White with #760D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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