Html Css Color HEX #750E4C Pompadour

📋 copy color: '#750E4C'

red 117 ◦ green 14 ◦ blue 76

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

Shades of Pompadour #750E4C

Tints of Pompadour #750E4C

RGB

 RED value IS 117 (46.09% from 255) = 56.52%

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

 BLUE value IS 76 (30.08% from 255) = 36.71%

R = 56.52%
G = 6.76%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#750E4C (or 0x750E4C) is known color: Pompadour. HEX triplet: 75, 0E and 4C. RGB value is (117,14,76). Sum of RGB (Red+Green+Blue) = 117+14+76=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #750E4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750E4C is #8AF1B3. Grayscale: #333333. Windows color (decimal): -9105844 or 4984437. OLE color: 4984437.

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

Color convert

RGB 117 14 76 -
CMYK 0 0.88 0.35 0.54
HSL 323.88º 0.79% 0.26% -
HSV(B) 323.88º 0.88% 0.46% -
XYZ 8.8 4.62 7.27 -
YUV 51.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 117 14 76 0 0.88 0.35 0.54 323.88 0.79 0.26
Hex 75 E 4C 0 58 23 36 144 4F 1A
Octal 165 16 114 0 130 43 66 504 117 32
Binary 1110101 1110 1001100 0 1011000 100011 110110 101000100 1001111 11010

Color Harmonies of #750E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750E4C

Black with #750E4C

Text Example


Text Example

White with #750E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750E4C; }

 p { color: rgb(117,14,76); }

 H1.HeaderClassName
 {
   color: #750E4C;
 }
 .AnyTagClassName
 {
   color: #750E4C;
 }
</style>

background-color css

<style>
 a { background-color: #750E4C; }

 a { background-color: rgb(117,14,76); }

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

border-color css

<style>
 span { border-color: #750E4C; }

 span { border-color: rgb(117,14,76); }

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