Html Css Color HEX #786A8B Topaz

📋 copy color: '#786A8B'

red 120 ◦ green 106 ◦ blue 139

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

Shades of Topaz #786A8B

Tints of Topaz #786A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 32.88%
G = 29.04%
B = 38.08%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#786A8B (or 0x786A8B) is known color: Topaz. HEX triplet: 78, 6A and 8B. RGB value is (120,106,139). Sum of RGB (Red+Green+Blue) = 120+106+139=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #786A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786A8B is #879574. Grayscale: #717171. Windows color (decimal): -8885621 or 9136760. OLE color: 9136760.

HSL color Cylindrical-coordinate representation of color #786A8B: hue angle of 265.45º 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 #786A8B is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 106 139 -
CMYK 0.14 0.24 0 0.45
HSL 265.45º 0.13% 0.48% -
HSV(B) 265.45º 0.24% 0.55% -
XYZ 17.56 16.17 26.62 -
YUV 113.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 120 106 139 0.14 0.24 0 0.45 265.45 0.13 0.48
Hex 78 6A 8B E 18 0 2D 109 D 30
Octal 170 152 213 16 30 0 55 411 15 60
Binary 1111000 1101010 10001011 1110 11000 0 101101 100001001 1101 110000

Color Harmonies of #786A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786A8B

Black with #786A8B

Text Example


Text Example

White with #786A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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