Html Css Color HEX #7B174C Pompadour

📋 copy color: '#7B174C'

red 123 ◦ green 23 ◦ blue 76

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

Shades of Pompadour #7B174C

Tints of Pompadour #7B174C

RGB

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

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

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

R = 55.41%
G = 10.36%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7B174C (or 0x7B174C) is known color: Pompadour. HEX triplet: 7B, 17 and 4C. RGB value is (123,23,76). Sum of RGB (Red+Green+Blue) = 123+23+76=222 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.41% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 123 - color contains mainly: red. Hex color #7B174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B174C is #84E8B3. Grayscale: #3A3A3A. Windows color (decimal): -8710324 or 4986747. OLE color: 4986747.

HSL color Cylindrical-coordinate representation of color #7B174C: hue angle of 328.2º 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 #7B174C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 23 76 -
CMYK 0 0.81 0.38 0.52
HSL 328.2º 0.68% 0.29% -
HSV(B) 328.2º 0.81% 0.48% -
XYZ 9.78 5.35 7.35 -
YUV 58.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 123 23 76 0 0.81 0.38 0.52 328.2 0.68 0.29
Hex 7B 17 4C 0 51 26 34 148 44 1D
Octal 173 27 114 0 121 46 64 510 104 35
Binary 1111011 10111 1001100 0 1010001 100110 110100 101001000 1000100 11101

Color Harmonies of #7B174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B174C

Black with #7B174C

Text Example


Text Example

White with #7B174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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