Html Css Color HEX #7B7390 Topaz

📋 copy color: '#7B7390'

red 123 ◦ green 115 ◦ blue 144

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

Shades of Topaz #7B7390

Tints of Topaz #7B7390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 32.2%
G = 30.1%
B = 37.7%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7B7390 (or 0x7B7390) is known color: Topaz. HEX triplet: 7B, 73 and 90. RGB value is (123,115,144). Sum of RGB (Red+Green+Blue) = 123+115+144=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7390 is #848C6F. Grayscale: #787878. Windows color (decimal): -8686704 or 9466747. OLE color: 9466747.

HSL color Cylindrical-coordinate representation of color #7B7390: hue angle of 256.55º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B7390 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 123 115 144 -
CMYK 0.15 0.20 0 0.44
HSL 256.55º 0.12% 0.51% -
HSV(B) 256.55º 0.2% 0.56% -
XYZ 19.33 18.49 28.93 -
YUV 120.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 123 115 144 0.15 0.20 0 0.44 256.55 0.12 0.51
Hex 7B 73 90 F 14 0 2C 101 C 33
Octal 173 163 220 17 24 0 54 401 14 63
Binary 1111011 1110011 10010000 1111 10100 0 101100 100000001 1100 110011

Color Harmonies of #7B7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7390

Black with #7B7390

Text Example


Text Example

White with #7B7390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,115,144); }

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

background-color css

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

 a { background-color: rgb(123,115,144); }

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

border-color css

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

 span { border-color: rgb(123,115,144); }

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