Html Css Color HEX #7B7186 Topaz

📋 copy color: '#7B7186'

red 123 ◦ green 113 ◦ blue 134

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

Shades of Topaz #7B7186

Tints of Topaz #7B7186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

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

R = 33.24%
G = 30.54%
B = 36.22%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B7186 (or 0x7B7186) is known color: Topaz. HEX triplet: 7B, 71 and 86. RGB value is (123,113,134). Sum of RGB (Red+Green+Blue) = 123+113+134=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B7186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7186 is #848E79. Grayscale: #767676. Windows color (decimal): -8687226 or 8810875. OLE color: 8810875.

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

Color convert

RGB 123 113 134 -
CMYK 0.08 0.16 0 0.47
HSL 268.57º 0.09% 0.48% -
HSV(B) 268.57º 0.16% 0.53% -
XYZ 18.38 17.74 25.01 -
YUV 118.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 123 113 134 0.08 0.16 0 0.47 268.57 0.09 0.48
Hex 7B 71 86 8 10 0 2F 10D 9 30
Octal 173 161 206 10 20 0 57 415 11 60
Binary 1111011 1110001 10000110 1000 10000 0 101111 100001101 1001 110000

Color Harmonies of #7B7186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7186

Black with #7B7186

Text Example


Text Example

White with #7B7186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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