Html Css Color HEX #7B113A Pompadour

📋 copy color: '#7B113A'

red 123 ◦ green 17 ◦ blue 58

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

Shades of Pompadour #7B113A

Tints of Pompadour #7B113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

 BLUE value IS 58 (23.05% from 255) = 29.29%

R = 62.12%
G = 8.59%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7B113A (or 0x7B113A) is known color: Pompadour. HEX triplet: 7B, 11 and 3A. RGB value is (123,17,58). Sum of RGB (Red+Green+Blue) = 123+17+58=198 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.12% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 123 - color contains mainly: red. Hex color #7B113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B113A is #84EEC5. Grayscale: #353535. Windows color (decimal): -8711878 or 3805563. OLE color: 3805563.

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

Color convert

RGB 123 17 58 -
CMYK 0 0.86 0.53 0.52
HSL 336.79º 0.76% 0.27% -
HSV(B) 336.79º 0.86% 0.48% -
XYZ 9.13 4.92 4.47 -
YUV 53.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 123 17 58 0 0.86 0.53 0.52 336.79 0.76 0.27
Hex 7B 11 3A 0 56 35 34 151 4C 1B
Octal 173 21 72 0 126 65 64 521 114 33
Binary 1111011 10001 111010 0 1010110 110101 110100 101010001 1001100 11011

Color Harmonies of #7B113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B113A

Black with #7B113A

Text Example


Text Example

White with #7B113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,17,58); }

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

background-color css

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

 a { background-color: rgb(123,17,58); }

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

border-color css

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

 span { border-color: rgb(123,17,58); }

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