Html Css Color HEX #760D4D Pompadour

📋 copy color: '#760D4D'

red 118 ◦ green 13 ◦ blue 77

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

Shades of Pompadour #760D4D

Tints of Pompadour #760D4D

RGB

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

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

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

R = 56.73%
G = 6.25%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#760D4D (or 0x760D4D) is known color: Pompadour. HEX triplet: 76, 0D and 4D. RGB value is (118,13,77). Sum of RGB (Red+Green+Blue) = 118+13+77=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #760D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D4D is #89F2B2. Grayscale: #333333. Windows color (decimal): -9040563 or 5049718. OLE color: 5049718.

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

Color convert

RGB 118 13 77 -
CMYK 0 0.89 0.35 0.54
HSL 323.43º 0.8% 0.26% -
HSV(B) 323.43º 0.89% 0.46% -
XYZ 8.95 4.68 7.45 -
YUV 51.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 118 13 77 0 0.89 0.35 0.54 323.43 0.8 0.26
Hex 76 D 4D 0 59 23 36 143 50 1A
Octal 166 15 115 0 131 43 66 503 120 32
Binary 1110110 1101 1001101 0 1011001 100011 110110 101000011 1010000 11010

Color Harmonies of #760D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D4D

Black with #760D4D

Text Example


Text Example

White with #760D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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