Html Css Color HEX #7F1657 Pompadour

📋 copy color: '#7F1657'

red 127 ◦ green 22 ◦ blue 87

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

Shades of Pompadour #7F1657

Tints of Pompadour #7F1657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

 BLUE value IS 87 (34.38% from 255) = 36.86%

R = 53.81%
G = 9.32%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#7F1657 (or 0x7F1657) is known color: Pompadour. HEX triplet: 7F, 16 and 57. RGB value is (127,22,87). Sum of RGB (Red+Green+Blue) = 127+22+87=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1657 is #80E9A8. Grayscale: #3C3C3C. Windows color (decimal): -8448425 or 5707391. OLE color: 5707391.

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

Color convert

RGB 127 22 87 -
CMYK 0 0.83 0.31 0.50
HSL 322.86º 0.7% 0.29% -
HSV(B) 322.86º 0.83% 0.5% -
XYZ 10.76 5.77 9.56 -
YUV 60.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 127 22 87 0 0.83 0.31 0.50 322.86 0.7 0.29
Hex 7F 16 57 0 53 1F 32 143 46 1D
Octal 177 26 127 0 123 37 62 503 106 35
Binary 1111111 10110 1010111 0 1010011 11111 110010 101000011 1000110 11101

Color Harmonies of #7F1657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1657

Black with #7F1657

Text Example


Text Example

White with #7F1657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,22,87); }

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

background-color css

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

 a { background-color: rgb(127,22,87); }

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

border-color css

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

 span { border-color: rgb(127,22,87); }

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