Html Css Color HEX #7B6B8C Topaz

📋 copy color: '#7B6B8C'

red 123 ◦ green 107 ◦ blue 140

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

Shades of Topaz #7B6B8C

Tints of Topaz #7B6B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

 BLUE value IS 140 (55.08% from 255) = 37.84%

R = 33.24%
G = 28.92%
B = 37.84%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B6B8C (or 0x7B6B8C) is known color: Topaz. HEX triplet: 7B, 6B and 8C. RGB value is (123,107,140). Sum of RGB (Red+Green+Blue) = 123+107+140=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #7B6B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6B8C is #849473. Grayscale: #737373. Windows color (decimal): -8688756 or 9202555. OLE color: 9202555.

HSL color Cylindrical-coordinate representation of color #7B6B8C: hue angle of 269.09º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B6B8C is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 107 140 -
CMYK 0.12 0.24 0 0.45
HSL 269.09º 0.13% 0.48% -
HSV(B) 269.09º 0.24% 0.55% -
XYZ 18.16 16.62 27.06 -
YUV 115.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 123 107 140 0.12 0.24 0 0.45 269.09 0.13 0.48
Hex 7B 6B 8C C 18 0 2D 10D D 30
Octal 173 153 214 14 30 0 55 415 15 60
Binary 1111011 1101011 10001100 1100 11000 0 101101 100001101 1101 110000

Color Harmonies of #7B6B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6B8C

Black with #7B6B8C

Text Example


Text Example

White with #7B6B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,107,140); }

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

background-color css

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

 a { background-color: rgb(123,107,140); }

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

border-color css

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

 span { border-color: rgb(123,107,140); }

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