Html Css Color HEX #7B1956 Pompadour

📋 copy color: '#7B1956'

red 123 ◦ green 25 ◦ blue 86

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

Shades of Pompadour #7B1956

Tints of Pompadour #7B1956

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

 BLUE value IS 86 (33.98% from 255) = 36.75%

R = 52.56%
G = 10.68%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7B1956 (or 0x7B1956) is known color: Pompadour. HEX triplet: 7B, 19 and 56. RGB value is (123,25,86). Sum of RGB (Red+Green+Blue) = 123+25+86=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1956 is #84E6A9. Grayscale: #3D3D3D. Windows color (decimal): -8709802 or 5642619. OLE color: 5642619.

HSL color Cylindrical-coordinate representation of color #7B1956: hue angle of 322.65º degrees, saturation: 0.66, 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 #7B1956 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 25 86 -
CMYK 0 0.80 0.30 0.52
HSL 322.65º 0.66% 0.29% -
HSV(B) 322.65º 0.8% 0.48% -
XYZ 10.2 5.58 9.34 -
YUV 61.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 123 25 86 0 0.80 0.30 0.52 322.65 0.66 0.29
Hex 7B 19 56 0 50 1E 34 143 42 1D
Octal 173 31 126 0 120 36 64 503 102 35
Binary 1111011 11001 1010110 0 1010000 11110 110100 101000011 1000010 11101

Color Harmonies of #7B1956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1956

Black with #7B1956

Text Example


Text Example

White with #7B1956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,25,86); }

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

background-color css

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

 a { background-color: rgb(123,25,86); }

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

border-color css

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

 span { border-color: rgb(123,25,86); }

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