Html Css Color HEX #7B1744 Pompadour

📋 copy color: '#7B1744'

red 123 ◦ green 23 ◦ blue 68

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

Shades of Pompadour #7B1744

Tints of Pompadour #7B1744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.78%

R = 57.48%
G = 10.75%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.52

RGB Variations

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

Color information

#7B1744 (or 0x7B1744) is known color: Pompadour. HEX triplet: 7B, 17 and 44. RGB value is (123,23,68). Sum of RGB (Red+Green+Blue) = 123+23+68=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1744 is #84E8BB. Grayscale: #393939. Windows color (decimal): -8710332 or 4462459. OLE color: 4462459.

HSL color Cylindrical-coordinate representation of color #7B1744: hue angle of 333º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B1744 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 23 68 -
CMYK 0 0.81 0.45 0.52
HSL 333º 0.68% 0.29% -
HSV(B) 333º 0.81% 0.48% -
XYZ 9.52 5.24 5.98 -
YUV 58.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 123 23 68 0 0.81 0.45 0.52 333 0.68 0.29
Hex 7B 17 44 0 51 2D 34 14D 44 1D
Octal 173 27 104 0 121 55 64 515 104 35
Binary 1111011 10111 1000100 0 1010001 101101 110100 101001101 1000100 11101

Color Harmonies of #7B1744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1744

Black with #7B1744

Text Example


Text Example

White with #7B1744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,23,68); }

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

background-color css

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

 a { background-color: rgb(123,23,68); }

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

border-color css

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

 span { border-color: rgb(123,23,68); }

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