Html Css Color HEX #7E175A Pompadour

📋 copy color: '#7E175A'

red 126 ◦ green 23 ◦ blue 90

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

Shades of Pompadour #7E175A

Tints of Pompadour #7E175A

RGB

 RED value IS 126 (49.61% from 255) = 52.72%

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

 BLUE value IS 90 (35.55% from 255) = 37.66%

R = 52.72%
G = 9.62%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7E175A (or 0x7E175A) is known color: Pompadour. HEX triplet: 7E, 17 and 5A. RGB value is (126,23,90). Sum of RGB (Red+Green+Blue) = 126+23+90=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E175A is #81E8A5. Grayscale: #3D3D3D. Windows color (decimal): -8513702 or 5904254. OLE color: 5904254.

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

Color convert

RGB 126 23 90 -
CMYK 0 0.82 0.29 0.51
HSL 320.97º 0.69% 0.29% -
HSV(B) 320.97º 0.82% 0.49% -
XYZ 10.76 5.79 10.22 -
YUV 61.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 126 23 90 0 0.82 0.29 0.51 320.97 0.69 0.29
Hex 7E 17 5A 0 52 1D 33 141 45 1D
Octal 176 27 132 0 122 35 63 501 105 35
Binary 1111110 10111 1011010 0 1010010 11101 110011 101000001 1000101 11101

Color Harmonies of #7E175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E175A

Black with #7E175A

Text Example


Text Example

White with #7E175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,23,90); }

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

background-color css

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

 a { background-color: rgb(126,23,90); }

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

border-color css

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

 span { border-color: rgb(126,23,90); }

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