Html Css Color HEX #7F173F Pompadour

📋 copy color: '#7F173F'

red 127 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #7F173F

Tints of Pompadour #7F173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.58%

R = 59.62%
G = 10.8%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F173F (or 0x7F173F) is known color: Pompadour. HEX triplet: 7F, 17 and 3F. RGB value is (127,23,63). Sum of RGB (Red+Green+Blue) = 127+23+63=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F173F is #80E8C0. Grayscale: #3A3A3A. Windows color (decimal): -8448193 or 4134783. OLE color: 4134783.

HSL color Cylindrical-coordinate representation of color #7F173F: hue angle of 336.92º 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 #7F173F is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 23 63 -
CMYK 0 0.82 0.50 0.50
HSL 336.92º 0.69% 0.29% -
HSV(B) 336.92º 0.82% 0.5% -
XYZ 9.96 5.48 5.24 -
YUV 58.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 127 23 63 0 0.82 0.50 0.50 336.92 0.69 0.29
Hex 7F 17 3F 0 52 32 32 151 45 1D
Octal 177 27 77 0 122 62 62 521 105 35
Binary 1111111 10111 111111 0 1010010 110010 110010 101010001 1000101 11101

Color Harmonies of #7F173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F173F

Black with #7F173F

Text Example


Text Example

White with #7F173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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