Html Css Color HEX #7B7386 Topaz

📋 copy color: '#7B7386'

red 123 ◦ green 115 ◦ blue 134

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

Shades of Topaz #7B7386

Tints of Topaz #7B7386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.02%

R = 33.06%
G = 30.91%
B = 36.02%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B7386 (or 0x7B7386) is known color: Topaz. HEX triplet: 7B, 73 and 86. RGB value is (123,115,134). Sum of RGB (Red+Green+Blue) = 123+115+134=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B7386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7386 is #848C79. Grayscale: #777777. Windows color (decimal): -8686714 or 8811387. OLE color: 8811387.

HSL color Cylindrical-coordinate representation of color #7B7386: hue angle of 265.26º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7B7386 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 115 134 -
CMYK 0.08 0.14 0 0.47
HSL 265.26º 0.08% 0.49% -
HSV(B) 265.26º 0.14% 0.53% -
XYZ 18.6 18.19 25.09 -
YUV 119.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 123 115 134 0.08 0.14 0 0.47 265.26 0.08 0.49
Hex 7B 73 86 8 E 0 2F 109 8 31
Octal 173 163 206 10 16 0 57 411 10 61
Binary 1111011 1110011 10000110 1000 1110 0 101111 100001001 1000 110001

Color Harmonies of #7B7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7386

Black with #7B7386

Text Example


Text Example

White with #7B7386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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