Html Css Color HEX #7F134C Pompadour

📋 copy color: '#7F134C'

red 127 ◦ green 19 ◦ blue 76

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

Shades of Pompadour #7F134C

Tints of Pompadour #7F134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

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

R = 57.21%
G = 8.56%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#7F134C (or 0x7F134C) is known color: Pompadour. HEX triplet: 7F, 13 and 4C. RGB value is (127,19,76). Sum of RGB (Red+Green+Blue) = 127+19+76=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F134C is #80ECB3. Grayscale: #393939. Windows color (decimal): -8449204 or 4985727. OLE color: 4985727.

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

Color convert

RGB 127 19 76 -
CMYK 0 0.85 0.40 0.50
HSL 328.33º 0.74% 0.29% -
HSV(B) 328.33º 0.85% 0.5% -
XYZ 10.29 5.5 7.36 -
YUV 57.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 127 19 76 0 0.85 0.40 0.50 328.33 0.74 0.29
Hex 7F 13 4C 0 55 28 32 148 4A 1D
Octal 177 23 114 0 125 50 62 510 112 35
Binary 1111111 10011 1001100 0 1010101 101000 110010 101001000 1001010 11101

Color Harmonies of #7F134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F134C

Black with #7F134C

Text Example


Text Example

White with #7F134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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