Html Css Color HEX #760F4D Pompadour

📋 copy color: '#760F4D'

red 118 ◦ green 15 ◦ blue 77

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

Shades of Pompadour #760F4D

Tints of Pompadour #760F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.14%

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

R = 56.19%
G = 7.14%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#760F4D (or 0x760F4D) is known color: Pompadour. HEX triplet: 76, 0F and 4D. RGB value is (118,15,77). Sum of RGB (Red+Green+Blue) = 118+15+77=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #760F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F4D is #89F0B2. Grayscale: #343434. Windows color (decimal): -9040051 or 5050230. OLE color: 5050230.

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

Color convert

RGB 118 15 77 -
CMYK 0 0.87 0.35 0.54
HSL 323.88º 0.77% 0.26% -
HSV(B) 323.88º 0.87% 0.46% -
XYZ 8.98 4.73 7.46 -
YUV 52.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 118 15 77 0 0.87 0.35 0.54 323.88 0.77 0.26
Hex 76 F 4D 0 57 23 36 144 4D 1A
Octal 166 17 115 0 127 43 66 504 115 32
Binary 1110110 1111 1001101 0 1010111 100011 110110 101000100 1001101 11010

Color Harmonies of #760F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F4D

Black with #760F4D

Text Example


Text Example

White with #760F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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