Html Css Color HEX #7F174C Pompadour

📋 copy color: '#7F174C'

red 127 ◦ green 23 ◦ blue 76

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

Shades of Pompadour #7F174C

Tints of Pompadour #7F174C

RGB

 RED value IS 127 (50% from 255) = 56.19%

 GREEN value IS 23 (9.38% from 255) = 10.18%

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

R = 56.19%
G = 10.18%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#7F174C (or 0x7F174C) is known color: Pompadour. HEX triplet: 7F, 17 and 4C. RGB value is (127,23,76). Sum of RGB (Red+Green+Blue) = 127+23+76=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F174C is #80E8B3. Grayscale: #3C3C3C. Windows color (decimal): -8448180 or 4986751. OLE color: 4986751.

HSL color Cylindrical-coordinate representation of color #7F174C: hue angle of 329.42º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F174C is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 23 76 -
CMYK 0 0.82 0.40 0.50
HSL 329.42º 0.69% 0.29% -
HSV(B) 329.42º 0.82% 0.5% -
XYZ 10.36 5.65 7.38 -
YUV 60.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 127 23 76 0 0.82 0.40 0.50 329.42 0.69 0.29
Hex 7F 17 4C 0 52 28 32 149 45 1D
Octal 177 27 114 0 122 50 62 511 105 35
Binary 1111111 10111 1001100 0 1010010 101000 110010 101001001 1000101 11101

Color Harmonies of #7F174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F174C

Black with #7F174C

Text Example


Text Example

White with #7F174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F174C; }

 p { color: rgb(127,23,76); }

 H1.HeaderClassName
 {
   color: #7F174C;
 }
 .AnyTagClassName
 {
   color: #7F174C;
 }
</style>

background-color css

<style>
 a { background-color: #7F174C; }

 a { background-color: rgb(127,23,76); }

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

border-color css

<style>
 span { border-color: #7F174C; }

 span { border-color: rgb(127,23,76); }

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