Html Css Color HEX #7B0E4D Pompadour

📋 copy color: '#7B0E4D'

red 123 ◦ green 14 ◦ blue 77

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

Shades of Pompadour #7B0E4D

Tints of Pompadour #7B0E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.54%

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

R = 57.48%
G = 6.54%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7B0E4D (or 0x7B0E4D) is known color: Pompadour. HEX triplet: 7B, 0E and 4D. RGB value is (123,14,77). Sum of RGB (Red+Green+Blue) = 123+14+77=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0E4D is #84F1B2. Grayscale: #353535. Windows color (decimal): -8712627 or 5049979. OLE color: 5049979.

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

Color convert

RGB 123 14 77 -
CMYK 0 0.89 0.37 0.52
HSL 325.32º 0.8% 0.27% -
HSV(B) 325.32º 0.89% 0.48% -
XYZ 9.66 5.06 7.49 -
YUV 53.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 123 14 77 0 0.89 0.37 0.52 325.32 0.8 0.27
Hex 7B E 4D 0 59 25 34 145 50 1B
Octal 173 16 115 0 131 45 64 505 120 33
Binary 1111011 1110 1001101 0 1011001 100101 110100 101000101 1010000 11011

Color Harmonies of #7B0E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0E4D

Black with #7B0E4D

Text Example


Text Example

White with #7B0E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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