Html Css Color HEX #7B184C Pompadour

📋 copy color: '#7B184C'

red 123 ◦ green 24 ◦ blue 76

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

Shades of Pompadour #7B184C

Tints of Pompadour #7B184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.76%

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

R = 55.16%
G = 10.76%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7B184C (or 0x7B184C) is known color: Pompadour. HEX triplet: 7B, 18 and 4C. RGB value is (123,24,76). Sum of RGB (Red+Green+Blue) = 123+24+76=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B184C is #84E7B3. Grayscale: #3B3B3B. Windows color (decimal): -8710068 or 4987003. OLE color: 4987003.

HSL color Cylindrical-coordinate representation of color #7B184C: hue angle of 328.48º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B184C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 24 76 -
CMYK 0 0.80 0.38 0.52
HSL 328.48º 0.67% 0.29% -
HSV(B) 328.48º 0.8% 0.48% -
XYZ 9.8 5.39 7.36 -
YUV 59.53 137.3 173.27 -
System Red Green Blue C M Y K H S L
Decimal 123 24 76 0 0.80 0.38 0.52 328.48 0.67 0.29
Hex 7B 18 4C 0 50 26 34 148 43 1D
Octal 173 30 114 0 120 46 64 510 103 35
Binary 1111011 11000 1001100 0 1010000 100110 110100 101001000 1000011 11101

Color Harmonies of #7B184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B184C

Black with #7B184C

Text Example


Text Example

White with #7B184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,24,76); }

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

background-color css

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

 a { background-color: rgb(123,24,76); }

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

border-color css

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

 span { border-color: rgb(123,24,76); }

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