Html Css Color HEX #7F144E Pompadour

📋 copy color: '#7F144E'

red 127 ◦ green 20 ◦ blue 78

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

Shades of Pompadour #7F144E

Tints of Pompadour #7F144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.89%

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 56.44%
G = 8.89%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#7F144E (or 0x7F144E) is known color: Pompadour. HEX triplet: 7F, 14 and 4E. RGB value is (127,20,78). Sum of RGB (Red+Green+Blue) = 127+20+78=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F144E is #80EBB1. Grayscale: #3A3A3A. Windows color (decimal): -8448946 or 5117055. OLE color: 5117055.

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

Color convert

RGB 127 20 78 -
CMYK 0 0.84 0.39 0.50
HSL 327.48º 0.73% 0.29% -
HSV(B) 327.48º 0.84% 0.5% -
XYZ 10.38 5.56 7.73 -
YUV 58.61 138.95 176.78 -
System Red Green Blue C M Y K H S L
Decimal 127 20 78 0 0.84 0.39 0.50 327.48 0.73 0.29
Hex 7F 14 4E 0 54 27 32 147 49 1D
Octal 177 24 116 0 124 47 62 507 111 35
Binary 1111111 10100 1001110 0 1010100 100111 110010 101000111 1001001 11101

Color Harmonies of #7F144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F144E

Black with #7F144E

Text Example


Text Example

White with #7F144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,20,78); }

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

background-color css

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

 a { background-color: rgb(127,20,78); }

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

border-color css

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

 span { border-color: rgb(127,20,78); }

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