Html Css Color HEX #786A8F Topaz

📋 copy color: '#786A8F'

red 120 ◦ green 106 ◦ blue 143

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

Shades of Topaz #786A8F

Tints of Topaz #786A8F

RGB

 RED value IS 120 (47.27% from 255) = 32.52%

 GREEN value IS 106 (41.8% from 255) = 28.73%

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 32.52%
G = 28.73%
B = 38.75%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#786A8F (or 0x786A8F) is known color: Topaz. HEX triplet: 78, 6A and 8F. RGB value is (120,106,143). Sum of RGB (Red+Green+Blue) = 120+106+143=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 143 - color contains mainly: blue. Hex color #786A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786A8F is #879570. Grayscale: #727272. Windows color (decimal): -8885617 or 9398904. OLE color: 9398904.

HSL color Cylindrical-coordinate representation of color #786A8F: hue angle of 262.7º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #786A8F is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 106 143 -
CMYK 0.16 0.26 0 0.44
HSL 262.7º 0.15% 0.49% -
HSV(B) 262.7º 0.26% 0.56% -
XYZ 17.86 16.28 28.19 -
YUV 114.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 120 106 143 0.16 0.26 0 0.44 262.7 0.15 0.49
Hex 78 6A 8F 10 1A 0 2C 107 F 31
Octal 170 152 217 20 32 0 54 407 17 61
Binary 1111000 1101010 10001111 10000 11010 0 101100 100000111 1111 110001

Color Harmonies of #786A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786A8F

Black with #786A8F

Text Example


Text Example

White with #786A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786A8F; }

 p { color: rgb(120,106,143); }

 H1.HeaderClassName
 {
   color: #786A8F;
 }
 .AnyTagClassName
 {
   color: #786A8F;
 }
</style>

background-color css

<style>
 a { background-color: #786A8F; }

 a { background-color: rgb(120,106,143); }

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

border-color css

<style>
 span { border-color: #786A8F; }

 span { border-color: rgb(120,106,143); }

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