Html Css Color HEX #7B153E Pompadour

📋 copy color: '#7B153E'

red 123 ◦ green 21 ◦ blue 62

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

Shades of Pompadour #7B153E

Tints of Pompadour #7B153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 62 (24.61% from 255) = 30.1%

R = 59.71%
G = 10.19%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B153E (or 0x7B153E) is known color: Pompadour. HEX triplet: 7B, 15 and 3E. RGB value is (123,21,62). Sum of RGB (Red+Green+Blue) = 123+21+62=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B153E is #84EAC1. Grayscale: #383838. Windows color (decimal): -8710850 or 4068731. OLE color: 4068731.

HSL color Cylindrical-coordinate representation of color #7B153E: hue angle of 335.88º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B153E is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 21 62 -
CMYK 0 0.83 0.50 0.52
HSL 335.88º 0.71% 0.28% -
HSV(B) 335.88º 0.83% 0.48% -
XYZ 9.31 5.1 5.05 -
YUV 56.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 123 21 62 0 0.83 0.50 0.52 335.88 0.71 0.28
Hex 7B 15 3E 0 53 32 34 150 47 1C
Octal 173 25 76 0 123 62 64 520 107 34
Binary 1111011 10101 111110 0 1010011 110010 110100 101010000 1000111 11100

Color Harmonies of #7B153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B153E

Black with #7B153E

Text Example


Text Example

White with #7B153E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,21,62); }

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

background-color css

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

 a { background-color: rgb(123,21,62); }

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

border-color css

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

 span { border-color: rgb(123,21,62); }

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