Html Css Color HEX #7B134D Pompadour

📋 copy color: '#7B134D'

red 123 ◦ green 19 ◦ blue 77

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

Shades of Pompadour #7B134D

Tints of Pompadour #7B134D

RGB

 RED value IS 123 (48.44% from 255) = 56.16%

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

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 56.16%
G = 8.68%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7B134D (or 0x7B134D) is known color: Pompadour. HEX triplet: 7B, 13 and 4D. RGB value is (123,19,77). Sum of RGB (Red+Green+Blue) = 123+19+77=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B134D is #84ECB2. Grayscale: #383838. Windows color (decimal): -8711347 or 5051259. OLE color: 5051259.

HSL color Cylindrical-coordinate representation of color #7B134D: hue angle of 326.54º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B134D is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 19 77 -
CMYK 0 0.85 0.37 0.52
HSL 326.54º 0.73% 0.28% -
HSV(B) 326.54º 0.85% 0.48% -
XYZ 9.74 5.21 7.51 -
YUV 56.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 123 19 77 0 0.85 0.37 0.52 326.54 0.73 0.28
Hex 7B 13 4D 0 55 25 34 147 49 1C
Octal 173 23 115 0 125 45 64 507 111 34
Binary 1111011 10011 1001101 0 1010101 100101 110100 101000111 1001001 11100

Color Harmonies of #7B134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B134D

Black with #7B134D

Text Example


Text Example

White with #7B134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,19,77); }

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

background-color css

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

 a { background-color: rgb(123,19,77); }

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

border-color css

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

 span { border-color: rgb(123,19,77); }

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